aboutsummaryrefslogtreecommitdiffstats
path: root/release.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-10-09 17:04:15 -0400
committerDon Williams <don.e.williams@gmail.com>2025-10-09 17:04:15 -0400
commitec40222920d2a2ececca10382dedfff6b84ea85f (patch)
tree8ecdd1415184c947b1a191f1cbbf88cbb2257148 /release.sh
parentf2870284fc88faec277ee8369bb28872524040ef (diff)
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
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh6
1 files changed, 3 insertions, 3 deletions
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 ....
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage