From ec40222920d2a2ececca10382dedfff6b84ea85f Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 9 Oct 2025 17:04:15 -0400 Subject: Updated scripts to allow debian installs debian has been updated to current version 0.51.1 On branch ddubs-hyprsunset Your branch is up to date with 'origin/ddubs-hyprsunset'. Changes to be committed: modified: copy.sh modified: release.sh --- release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'release.sh') diff --git a/release.sh b/release.sh index b3e77e9c..763e4bbe 100755 --- a/release.sh +++ b/release.sh @@ -18,15 +18,15 @@ BLUE="$(tput setaf 4)" SKY_BLUE="$(tput setaf 6)" RESET="$(tput sgr0)" -# Check /etc/os-release to see if this is an Ubuntu or Debian based distro -if grep -iq '^\(ID_LIKE\|ID\)=.*\(debian\|ubuntu\)' /etc/os-release >/dev/null 2>&1; then +# Check /etc/os-release to see if this is an Ubuntu based distro +if grep -iq '^\(ID_LIKE\|ID\)=.*ubuntu' /etc/os-release >/dev/null 2>&1; then printf "\n%.0s" {1..1} print_color $WARNING " █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ KOOL DOTS version INCOMPATIBLE █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ - Debian / Ubuntu detected. Refer to Hyprland-Dots README + Ubuntu detected. Refer to Hyprland-Dots README For instruction on how to update your KooL Hyprland Dots exiting .... -- cgit v1.2.3