forked from Shinonome/dots-hyprland
Fix manual install (#1084)
This commit is contained in:
@@ -7,6 +7,7 @@ cd "$(dirname "$0")"
|
|||||||
export base="$(pwd)"
|
export base="$(pwd)"
|
||||||
source ./scriptdata/functions
|
source ./scriptdata/functions
|
||||||
source ./scriptdata/installers
|
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
|
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
|
install-ags
|
||||||
|
|||||||
Reference in New Issue
Block a user