diff --git a/kiauh.sh b/kiauh.sh index f8d2bd7..e6119ba 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/resources/autocommit.sh b/resources/autocommit.sh index e485945..edf490c 100755 --- a/resources/autocommit.sh +++ b/resources/autocommit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ##################################################################### ### Please set the paths accordingly. In case you don't have all ### diff --git a/scripts/backup.sh b/scripts/backup.sh index c7473d5..4bfdca9 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/flash_klipper.sh b/scripts/flash_klipper.sh index 55ca359..1a76cc5 100644 --- a/scripts/flash_klipper.sh +++ b/scripts/flash_klipper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/fluidd.sh b/scripts/fluidd.sh index 314d2ac..c5ca116 100644 --- a/scripts/fluidd.sh +++ b/scripts/fluidd.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/gcode_shell_command.sh b/scripts/gcode_shell_command.sh index 7eae414..d546839 100644 --- a/scripts/gcode_shell_command.sh +++ b/scripts/gcode_shell_command.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/globals.sh b/scripts/globals.sh index 5315f4b..4b1ca67 100644 --- a/scripts/globals.sh +++ b/scripts/globals.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/klipper.sh b/scripts/klipper.sh index d7b012c..f043e61 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/klipperscreen.sh b/scripts/klipperscreen.sh index 5459738..f49856b 100644 --- a/scripts/klipperscreen.sh +++ b/scripts/klipperscreen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/mainsail.sh b/scripts/mainsail.sh index ce72953..e155b40 100644 --- a/scripts/mainsail.sh +++ b/scripts/mainsail.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/mjpg-streamer.sh b/scripts/mjpg-streamer.sh index 48f3b13..77a023e 100644 --- a/scripts/mjpg-streamer.sh +++ b/scripts/mjpg-streamer.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/moonraker-telegram-bot.sh b/scripts/moonraker-telegram-bot.sh index 55c5a18..bea0165 100644 --- a/scripts/moonraker-telegram-bot.sh +++ b/scripts/moonraker-telegram-bot.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/moonraker.sh b/scripts/moonraker.sh index 29cc466..0705990 100644 --- a/scripts/moonraker.sh +++ b/scripts/moonraker.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/nginx.sh b/scripts/nginx.sh index 932a05c..e783e32 100644 --- a/scripts/nginx.sh +++ b/scripts/nginx.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/octoprint.sh b/scripts/octoprint.sh index f8d0904..8d53f71 100644 --- a/scripts/octoprint.sh +++ b/scripts/octoprint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/pretty_gcode.sh b/scripts/pretty_gcode.sh index eb514af..4719121 100644 --- a/scripts/pretty_gcode.sh +++ b/scripts/pretty_gcode.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/rollback.sh b/scripts/rollback.sh index 33c41e1..d4cb9fd 100755 --- a/scripts/rollback.sh +++ b/scripts/rollback.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/switch_klipper_repo.sh b/scripts/switch_klipper_repo.sh index 3199b9a..765af4f 100644 --- a/scripts/switch_klipper_repo.sh +++ b/scripts/switch_klipper_repo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/advanced_menu.sh b/scripts/ui/advanced_menu.sh index ff9c6c1..e4dbf39 100755 --- a/scripts/ui/advanced_menu.sh +++ b/scripts/ui/advanced_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/backup_menu.sh b/scripts/ui/backup_menu.sh index 9beda19..2654069 100755 --- a/scripts/ui/backup_menu.sh +++ b/scripts/ui/backup_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/general_ui.sh b/scripts/ui/general_ui.sh index 55f6221..d0dc9f2 100755 --- a/scripts/ui/general_ui.sh +++ b/scripts/ui/general_ui.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/install_menu.sh b/scripts/ui/install_menu.sh index 2a7bee6..f2c1484 100755 --- a/scripts/ui/install_menu.sh +++ b/scripts/ui/install_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/main_menu.sh b/scripts/ui/main_menu.sh index 5a6034a..918c2ea 100755 --- a/scripts/ui/main_menu.sh +++ b/scripts/ui/main_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/remove_menu.sh b/scripts/ui/remove_menu.sh index 2a3ec18..b58d2f9 100755 --- a/scripts/ui/remove_menu.sh +++ b/scripts/ui/remove_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/settings_menu.sh b/scripts/ui/settings_menu.sh index a240a72..bb10bb6 100755 --- a/scripts/ui/settings_menu.sh +++ b/scripts/ui/settings_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/ui/update_menu.sh b/scripts/ui/update_menu.sh index 5a6f632..0df326b 100755 --- a/scripts/ui/update_menu.sh +++ b/scripts/ui/update_menu.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/upload_log.sh b/scripts/upload_log.sh index e802eb0..8934c19 100755 --- a/scripts/upload_log.sh +++ b/scripts/upload_log.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner # diff --git a/scripts/utilities.sh b/scripts/utilities.sh index 883df84..021002e 100644 --- a/scripts/utilities.sh +++ b/scripts/utilities.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #=======================================================================# # Copyright (C) 2020 - 2022 Dominik Willner #