mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Update swappy.sh
This commit is contained in:
parent
b838c320a8
commit
b0c0902e04
@ -34,9 +34,9 @@ done
|
|||||||
|
|
||||||
# Force reinstall above as seems its giving issue as swappy cant be build
|
# Force reinstall above as seems its giving issue as swappy cant be build
|
||||||
for PKG1 in "${swappy[@]}"; do
|
for PKG1 in "${swappy[@]}"; do
|
||||||
sudo apt --reinstall install "$PKG1" 2>&1 | tee -a "$LOG"
|
sudo apt-get --reinstall install "$PKG1" 2>&1 | tee -a "$LOG"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "\e[1A\e[K${ERROR} - $PKG1 Package installation failed, Please check the installation logs"
|
echo -e "\e[1A\e[K${ERROR} - $PKG1 Package re-installation failed, Please check the installation logs"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user