solus_goto_oct.sh update for current infra tooling dir

This commit is contained in:
Tracey Clark 2024-02-24 15:05:49 -06:00
commit aaf6a52da4

View file

@ -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