updated installer. AGS overview is completely optional now
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
## Changelogs
|
||||
|
||||
## 30 Jan 2025
|
||||
- separate AGS v1 installation separate
|
||||
|
||||
## 29 Jan 2025
|
||||
- enhanced nvidia.sh to add additional systemd-bootloader entries for nvidia
|
||||
|
||||
|
||||
BIN
Installer.png
BIN
Installer.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.2 MiB |
@@ -1,6 +1,11 @@
|
||||
#!/bin/bash
|
||||
# 💫 https://github.com/JaKooLit 💫 #
|
||||
# Aylur's GTK Shell v 1.8.2#
|
||||
# Aylur's GTK Shell v 1.9.0#
|
||||
# for desktop overview
|
||||
|
||||
if [[ $USE_PRESET = [Yy] ]]; then
|
||||
source ./preset.sh
|
||||
fi
|
||||
|
||||
ags=(
|
||||
typescript
|
||||
@@ -10,7 +15,8 @@ ags=(
|
||||
gjs
|
||||
gtk3
|
||||
gtk-layer-shell
|
||||
upower networkmanager
|
||||
upower
|
||||
networkmanager
|
||||
gobject-introspection
|
||||
libdbusmenu-gtk3
|
||||
libsoup3
|
||||
|
||||
@@ -182,6 +182,8 @@ ask_yes_no "-Do you want to configure Bluetooth?" bluetooth
|
||||
printf "\n"
|
||||
ask_yes_no "-Do you want to install Thunar file manager?" thunar
|
||||
printf "\n"
|
||||
ask_yes_no "-Install AGS (aylur's gtk shell) v1 for Desktop Like Overview?" ags
|
||||
printf "\n"
|
||||
ask_yes_no "-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme?" sddm
|
||||
printf "\n"
|
||||
ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)" xdph
|
||||
@@ -220,9 +222,6 @@ 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
|
||||
@@ -238,6 +237,9 @@ fi
|
||||
if [ "$thunar" == "Y" ]; then
|
||||
execute_script "thunar.sh"
|
||||
fi
|
||||
if [ "$ags" == "Y" ]; then
|
||||
execute_script "ags.sh"
|
||||
fi
|
||||
|
||||
if [ "$sddm" == "Y" ]; then
|
||||
execute_script "sddm.sh"
|
||||
|
||||
@@ -18,6 +18,8 @@ gtk_themes="Y"
|
||||
bluetooth="Y"
|
||||
###-Do you want to install Thunar file manager?
|
||||
thunar="Y"
|
||||
###-Install AGS (aylur's gtk shell) v1 for Desktop Like Overview?" ags
|
||||
ags="Y"
|
||||
###-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme?
|
||||
sddm="Y"
|
||||
###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)
|
||||
|
||||
Reference in New Issue
Block a user