aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-09 02:01:22 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commit1f754ef8cfc24cb29b18ba1bf905fb73e56e8d2e (patch)
tree6184544b044652906df77591dbeeb8111b10d33d /copy.sh
parent1baeaf49881637f1b90507e36bb499b73ef866ac (diff)
Updated warning msg min version to 0.55
Signed-off-by: Don Williams <don.e.williams@gmail.com>
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index 7e9b45b9..2145e4b7 100755
--- a/copy.sh
+++ b/copy.sh
@@ -508,7 +508,7 @@ print_color() {
# Check /etc/os-release for Ubuntu or Debian and warn about Hyprland version requirement
if grep -iqE '^(ID_LIKE|ID)=.*(ubuntu|debian)' /etc/os-release >/dev/null 2>&1; then
printf "\n%.0s" {1..1}
- print_color $WARNING "\nThese Dotfiles are only supported on Hyprland v0.54 or greater. Do not install on older versions of Hyprland.\n"
+ print_color $WARNING "\nThese Dotfiles are only supported on Hyprland v0.55 or greater. Do not install on older versions of Hyprland.\n"
while true; do
echo -n "${CAT} Do you want to continue anyway? (y/N): "
read _continue
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage