From efb2f3fee503f3c8e73c6cc3cb81b302fa0d922d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:36:05 +0200 Subject: [PATCH] install script: notify about ags version --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 7b47af0d..afc8b516 100755 --- a/install.sh +++ b/install.sh @@ -15,6 +15,10 @@ prevent_sudo_or_root startask () { printf "\e[34m[$0]: Hi there! Before we start:\n" + printf '\n' + printf '[NEW] illogical-impulse is now powered by Quickshell. If you were using the AGS version and would like to keep it, do not run this script.\n' + printf ' For the AGS version, run the script in its branch instead: git checkout ii-ags && ./install.sh\n' + printf '\n' printf 'This script 1. only works for ArchLinux and Arch-based distros.\n' printf ' 2. does not handle system-level/hardware stuff like Nvidia drivers\n' printf "\e[31m"