We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554e251 commit 8482981Copy full SHA for 8482981
1 file changed
install-afc.sh
@@ -24,7 +24,6 @@ source include/utils.sh
24
source include/buffer_configurations.sh
25
source include/check_commands.sh
26
source include/colors.sh
27
-source include/constants.sh
28
source include/install_functions.sh
29
source include/uninstall.sh
30
source include/update_commands.sh
@@ -37,7 +36,7 @@ original_args=("$@")
37
36
main() {
38
###################### Main script logic below ######################
39
40
- while getopts "a:k:s:m:n:b:p:y:u:th" arg; do
+ while getopts "a:k:s:m:n:b:p:y:th" arg; do
41
case ${arg} in
42
a) moonraker_address=${OPTARG} ;;
43
k) klipper_dir=${OPTARG} ;;
0 commit comments