solus_goto_oct.sh update for current infra tooling dir
This commit is contained in:
parent
3b7e6434b9
commit
aaf6a52da4
1 changed files with 2 additions and 1 deletions
|
|
@ -5,11 +5,12 @@
|
||||||
function update_repos() {
|
function update_repos() {
|
||||||
printf "[INFO] Updating the Solus package repo\n"
|
printf "[INFO] Updating the Solus package repo\n"
|
||||||
gotosoluspkgs
|
gotosoluspkgs
|
||||||
|
git stash
|
||||||
git switch main
|
git switch main
|
||||||
git fetch && git pull
|
git fetch && git pull
|
||||||
|
|
||||||
printf "[INFO] Updating the Solus infrastructure-tooling repo \n"
|
printf "[INFO] Updating the Solus infrastructure-tooling repo \n"
|
||||||
cd infrastructure-tooling
|
cd ../infrastructure-tooling
|
||||||
git switch master
|
git switch master
|
||||||
git fetch && git pull
|
git fetch && git pull
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue