mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 17:37:36 +02:00
Change: All Vanilla desktop setups: Do not enable 'bluetooth.service' when running inside a VM.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Amelia Installer
|
||||
# Source: https://gitlab.com/prism7/archery
|
||||
# Version: 8.9.1
|
||||
# Version: 8.9.2
|
||||
|
||||
set -euo pipefail
|
||||
###################################################################################################
|
||||
@@ -6177,6 +6177,7 @@ SLICK
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ "${vendor}" != "Virtual Machine" ]]; then
|
||||
if [[ -n "${bluetooth}" ]]; then
|
||||
local stage_prompt="Bluetooth Service Activation"
|
||||
if arch-chroot /mnt <<-BLUETOOTH > /dev/null 2>&1 2> amelia_log.txt ; then
|
||||
@@ -6187,6 +6188,7 @@ BLUETOOTH
|
||||
stage_fail
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ -n "${displaymanager}" ]]; then
|
||||
local stage_prompt="Display Manager Service Activation"
|
||||
|
||||
Reference in New Issue
Block a user