forked from Shinonome/dots-hyprland
Severl fixes and improvement on installation script.
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
# This script showed one reason about why it's good to split functions and installers in another file.
|
||||
#
|
||||
# This script is for install/update ags itself, NOT the config for it.
|
||||
# The install.sh will install ags for you, why you still need this?
|
||||
# Because you may run this script to ONLY update ags, since ags is a very active project currently and updates frequently.
|
||||
#
|
||||
cd "$(dirname "$0")"
|
||||
export base="$(pwd)"
|
||||
source ./scriptdata/functions
|
||||
source ./scriptdata/installers
|
||||
|
||||
install-ags
|
||||
Reference in New Issue
Block a user