Remove unnecessary statements
This commit is contained in:
parent
7a04fa5816
commit
8a6c8afe33
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ then
|
|||
} | sudo tee -a "$pacmanConf" > /dev/null;
|
||||
fi;
|
||||
|
||||
for i in $(seq 1 5);
|
||||
do pacman --noconfirm -Syu && s=0 && break || s=$? && sleep 15; done; (exit $s)
|
||||
|
||||
retry 5 sudo pacman --noconfirm -Syu;
|
||||
|
||||
retry 5 sudo pacman --noconfirm -Sy \
|
||||
|
|
Loading…
Reference in a new issue