From 71870158a308862197dbaf568295fba053a2eaad Mon Sep 17 00:00:00 2001 From: installer Date: Sun, 16 Feb 2025 22:35:23 +0900 Subject: added Debian-ubuntu fool proof when running copy.sh --- copy.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 1eddc685..0516b968 100755 --- a/copy.sh +++ b/copy.sh @@ -30,7 +30,28 @@ if [[ $EUID -eq 0 ]]; then printf "\n%.0s" {1..2} exit 1 fi - + +# Function to print colorful text +print_color() { + printf "%b%s%b\n" "$1" "$2" "$CLEAR" +} + +# Check if dpkg is installed (use to check if Debian or Ubuntu or based distros) +if command -v dpkg &> /dev/null; then + printf "\n%.0s" {1..1} + print_color $WARNING " + █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ + INCOMPATIBLE + █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ + + You are running Debian / Ubuntu. Kindly refer to Hyprland-Dots Readme + for instruction on how to update your Hyprland-Dots + " + printf "\n%.0s" {1..3} + exit 1 +fi + + printf "\n%.0s" {1..1} echo -e "\e[35m ╦╔═┌─┐┌─┐╦ ╔╦╗┌─┐┌┬┐┌─┐ -- cgit v1.2.3