diff --git a/solus_utility/solus_goto_oct.sh b/solus_utility/solus_goto_oct.sh index 2225d27..bd98175 100755 --- a/solus_utility/solus_goto_oct.sh +++ b/solus_utility/solus_goto_oct.sh @@ -5,11 +5,12 @@ function update_repos() { printf "[INFO] Updating the Solus package repo\n" gotosoluspkgs + git stash git switch main git fetch && git pull printf "[INFO] Updating the Solus infrastructure-tooling repo \n" - cd infrastructure-tooling + cd ../infrastructure-tooling git switch master git fetch && git pull