mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
Fix manual install (#1084)
This commit is contained in:
@@ -7,6 +7,7 @@ cd "$(dirname "$0")"
|
||||
export base="$(pwd)"
|
||||
source ./scriptdata/functions
|
||||
source ./scriptdata/installers
|
||||
source ./scriptdata/environment-variables
|
||||
|
||||
if command -v pacman >/dev/null 2>&1;then printf "\e[31m[$0]: pacman found, it seems that the system is ArchLinux or Arch-based distro. Aborting...\e[0m\n";exit 1;fi
|
||||
install-ags
|
||||
|
||||
Reference in New Issue
Block a user