revert ags to older version (compiling from source to have AGS overview)

This commit is contained in:
JaKooLit
2024-11-16 09:10:51 +09:00
parent cbe3de92f5
commit ac22f4e161
4 changed files with 86 additions and 1 deletions

View File

@@ -220,6 +220,9 @@ execute_script "fonts.sh"
# Install hyprland
execute_script "hyprland.sh"
# Install AGS from source (older version)
execute_script "ags.sh"
if [ "$nvidia" == "Y" ]; then
execute_script "nvidia.sh"
fi