Remove unnecessary statements

This commit is contained in:
Manuel Thalmann 2023-05-23 07:26:47 +00:00
parent 7a04fa5816
commit 8a6c8afe33

View file

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