Skip to content

Commit

Permalink
Try install in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihasnat committed Jan 20, 2024
1 parent 87c69df commit 2a71d08
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions scripts/run_order.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"mode": "foreground",
"scripts": [
"dist_upgrade.sh",
"add_repo.sh",
"add_repo.sh"
]
},
{
"mode": "background",
"scripts": [
"google_chrome.sh",
"gcc_10.sh",
"python3.10.sh",
Expand All @@ -22,7 +27,12 @@
"kubectl.sh",
"insomnia.sh",
"rider.sh",
"azuredatastudio.sh",
"azuredatastudio.sh"
]
},
{
"mode": "foreground",
"scripts": [
"dist_upgrade.sh",
"copy_dots.sh",
"add_users.sh",
Expand Down

0 comments on commit 2a71d08

Please sign in to comment.