mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-13 20:39:58 -05:00
Integrate update script into install.sh
This commit is contained in:
@@ -15,6 +15,10 @@ set -e
|
||||
source ./sdata/exp/uninstall.sh
|
||||
exit
|
||||
fi
|
||||
if [[ "${EXPERIMENTAL_UPDATE_SCRIPT}" = true ]]; then
|
||||
source ./sdata/exp/update.sh
|
||||
exit
|
||||
fi
|
||||
#####################################################################################
|
||||
# 0. Before we start
|
||||
if [[ "${SKIP_ALLGREETING}" != true ]]; then
|
||||
|
||||
Reference in New Issue
Block a user