mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix subcmd exp-uninstall --help
This commit is contained in:
@@ -20,16 +20,6 @@ case $1 in
|
||||
esac
|
||||
#####################################################################################
|
||||
case ${SCRIPT_SUBCOMMAND} in
|
||||
exp-uninstall)
|
||||
#source ./sdata/options/exp-install.sh
|
||||
source ./sdata/step/exp-uninstall.sh
|
||||
exit
|
||||
;;
|
||||
exp-update)
|
||||
source ./sdata/options/exp-update.sh
|
||||
source ./sdata/step/exp-update.sh
|
||||
exit
|
||||
;;
|
||||
install)
|
||||
source ./sdata/options/install.sh
|
||||
if [[ "${SKIP_ALLGREETING}" != true ]]; then
|
||||
@@ -52,4 +42,14 @@ case ${SCRIPT_SUBCOMMAND} in
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
exp-uninstall)
|
||||
source ./sdata/options/exp-uninstall.sh
|
||||
source ./sdata/step/exp-uninstall.sh
|
||||
exit
|
||||
;;
|
||||
exp-update)
|
||||
source ./sdata/options/exp-update.sh
|
||||
source ./sdata/step/exp-update.sh
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user