From 8adf1a8495146c07191ce0445a42d1fd5d7afef8 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 2 Jun 2025 13:56:56 +0100 Subject: [PATCH] Add skip option to source setting --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7a9a1f8e..150f067c 100755 --- a/install.sh +++ b/install.sh @@ -97,6 +97,7 @@ if [ "$reload" = false ]; then echo "Debian Sources:" echo "1) Stable" echo "2) Testing" + echo "3) Skip (Do not change)" printf "Enter your choice: " while read -r REPLY; do @@ -113,6 +114,10 @@ if [ "$reload" = false ]; then sudo cp testing-sources.list /etc/apt/sources.list break ;; + 3) + echo "${CYAN}Skipped.${NC}" + break + ;; *) echo "Invalid option." printf "Enter your choice: " @@ -128,7 +133,7 @@ if [ "$reload" = false ]; then if [ "$tiling" = true ]; then echo "${YELLOW}Installing Hyprland...${NC}" - sudo apt install hyprland dunst pipewire wireplumber xdg-desktop-portal-gnome lxpolkit waybar swaybg rofi nautilus udiskie foot + sudo apt install hyprland dunst pipewire wireplumber xdg-desktop-portal-gnome polkit-kde-agent-1 waybar swaybg rofi nautilus udiskie foot else echo "${YELLOW}Installing GNOME...${NC}" sudo apt install gnome-core gnome-software-plugin-flatpak