Skip to content

Commit 8482981

Browse files
committed
Merge main into dev
1 parent 554e251 commit 8482981

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

install-afc.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ source include/utils.sh
2424
source include/buffer_configurations.sh
2525
source include/check_commands.sh
2626
source include/colors.sh
27-
source include/constants.sh
2827
source include/install_functions.sh
2928
source include/uninstall.sh
3029
source include/update_commands.sh
@@ -37,7 +36,7 @@ original_args=("$@")
3736
main() {
3837
###################### Main script logic below ######################
3938

40-
while getopts "a:k:s:m:n:b:p:y:u:th" arg; do
39+
while getopts "a:k:s:m:n:b:p:y:th" arg; do
4140
case ${arg} in
4241
a) moonraker_address=${OPTARG} ;;
4342
k) klipper_dir=${OPTARG} ;;

0 commit comments

Comments
 (0)