Skip to content

Commit

Permalink
bug: Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
reemo3dp committed Jun 10, 2024
1 parent 6dc10b9 commit c3d7293
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install-led_effect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ VENV_PATH="${HOME}/klippy-env"

usage(){ echo "Usage: $0 [-k <klipper path>] [-c <moonraker config path>] [-s klipper-service-name]" 1>&2; exit 1; }

<<<<<<< HEAD
args=$(getopt -a -o k:c:s:uh --long klipper:,moonraker:,klipper-service-name:,uninstall,help,no-moonraker,no-service,ignore-root -- "$@")
=======
args=$(getopt -a -o k:c:uh --long klipper:,moonraker:,uninstall,help,no-moonraker,no-service,ignore-root,venv: -- "$@")
>>>>>>> 3067f5b (Still broken)
args=$(getopt -a -o k:c:s:uh --long klipper:,moonraker:,klipper-service-name:,uninstall,help,no-moonraker,no-service,ignore-root,venv: -- "$@")
# shellcheck disable=SC2181
if [[ $? -gt 0 ]]; then
usage
Expand Down

0 comments on commit c3d7293

Please sign in to comment.