mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
tweaked ags.sh
This commit is contained in:
parent
8b63f2287e
commit
d79e8bfdf4
@ -6,7 +6,7 @@
|
|||||||
if command -v ags &>/dev/null; then
|
if command -v ags &>/dev/null; then
|
||||||
AGS_VERSION=$(ags -v | awk '{print $NF}')
|
AGS_VERSION=$(ags -v | awk '{print $NF}')
|
||||||
if [[ "$AGS_VERSION" == "1.9.0" ]]; then
|
if [[ "$AGS_VERSION" == "1.9.0" ]]; then
|
||||||
echo -e "${OK} ${MAGENTA}Aylur's GTK Shell v1.9.0${RESET} is already installed. Skipping installation."
|
printf "${INFO} ${MAGENTA}Aylur's GTK Shell v1.9.0${RESET} is already installed. Skipping installation."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user