diff --git a/Debian-Install.png b/Debian-Install.png new file mode 100644 index 0000000..31142f2 Binary files /dev/null and b/Debian-Install.png differ diff --git a/Debian-Installer.png b/Debian-Installer.png deleted file mode 100644 index d5c4cb3..0000000 Binary files a/Debian-Installer.png and /dev/null differ diff --git a/README.md b/README.md index b0a939b..f31108f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ chmod +x install.sh ./install.sh ```
-
+
> [!NOTE]
diff --git a/install.sh b/install.sh
index 411aba7..e86df68 100755
--- a/install.sh
+++ b/install.sh
@@ -16,7 +16,7 @@ echo " \_| (_| o |\ (_) (_) |_ | |_ "
printf "\n%.0s" {1..2}
# Welcome message
-echo "$(tput setaf 6)Welcome to JaKooLit's Debian / Ubuntu Hyprland Install Script!$(tput sgr0)"
+echo "$(tput setaf 6)Welcome to JaKooLit's Debian Trixie/SID Hyprland Install Script!$(tput sgr0)"
echo
echo "$(tput setaf 166)ATTENTION: Run a full system update and Reboot first!! (Highly Recommended) $(tput sgr0)"
echo
@@ -32,7 +32,7 @@ if [ "$proceed" != "y" ]; then
exit 1
fi
-read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? [Debian only] (y/n): $(tput sgr0)" proceed2
+read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? [Very Important] (y/n): $(tput sgr0)" proceed2
if [ "$proceed2" != "y" ]; then
echo "Installation aborted Kindly edit your sources.list first. Refer to readme."