mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
updated install.sh
This commit is contained in:
parent
fabc335dae
commit
1ba1413a46
@ -32,13 +32,6 @@ if [ "$proceed" != "y" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? [Debian only] (y/n): $(tput sgr0)" proceed2
|
|
||||||
|
|
||||||
if [ "$proceed2" != "y" ]; then
|
|
||||||
echo "Installation aborted Kindly edit your sources.list first. Refer to readme."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Create Directory for Install Logs
|
# Create Directory for Install Logs
|
||||||
if [ ! -d Install-Logs ]; then
|
if [ ! -d Install-Logs ]; then
|
||||||
mkdir Install-Logs
|
mkdir Install-Logs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user