diff --git a/assets/files/bluebomb-helper.sh b/assets/files/bluebomb-helper.sh index 0a4a00e7a..651ccb046 100644 --- a/assets/files/bluebomb-helper.sh +++ b/assets/files/bluebomb-helper.sh @@ -194,6 +194,11 @@ execute() { printf "\n* Executing BlueBomb...\n" printf "$sudo0 ./bluebomb-$arch ./stage0/$arg1$arg2.bin stage1.bin\n" $sudo0 ./bluebomb-$arch ./stage0/$arg1$arg2.bin stage1.bin + printf "* Enabling the Bluetooth service... (you may be prompted for your password)\n" + case "$init" in + "systemd" ) $sudo0 systemctl enable --now bluetooth.service ;; + "openrc" ) $sudo0 rc-service bluetooth start ;; + esac credit }