diff --git a/setup.sh b/setup.sh
index 6ed3ca7275781f655222722f0ea6e36205614b31..8403eb42f596a98400bbf52a6e0b83d43e2f62d9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -39,21 +39,21 @@ if [ "$distro" == "Debian" ]; then
     if [ "$yn" == 'y' ]; then
         # programs
         sudo apt install network-manager newsboat neofetch htop mpv python3-pip && sudo python3 -m pip install -U yt-dlp
+        sudo apt purge gnome-games
+        sudo systemctl enable --now NetworkManager && echo 'Enabled Network Manager'
         echo 'Even bloated ones ? y or n'
-	read yn
-	if [ "$yn"== 'y' ]; then
-		sudo apt install  thunderbird libreoffice pandoc texlive-full
+        read yn
+        if [ "$yn"== 'y' ]; then
+            sudo apt install  thunderbird libreoffice pandoc texlive-full
+        fi
 	fi
-	sudo apt purge gnome-games
-        sudo systemctl enable --now NetworkManager && echo 'Enabled Network Manager'
-	
 	echo 'Install Ungoogled Chromium (it will install flatpack) ? (y or n)'
         read yn
         if [ "$yn" == 'y' ]; then
             # Download and install VS Code
             sudo apt install flatpak
-	    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-	    flatpak install flathub com.github.Eloston.UngoogledChromium
+	        flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+	        flatpak install flathub com.github.Eloston.UngoogledChromium
         fi
 
 
@@ -103,7 +103,7 @@ if [ "$distro" == "Debian" ]; then
 
     
 
-elif [ "$distro" == "Arch" ]; then
+if [ "$distro" == "Arch" ]; then
 
     sudo pacman -Sy