#10 Update setup.sh
Some checks failed
DRB Build Tests / drb_build_and_test (push) Successful in 52s
DRB Build Tests / drb_test_setup (push) Failing after 2m15s

- Remove systemctl stops as they are not needed and impact testing
This commit is contained in:
Logan Cusano
2024-04-21 02:43:43 -04:00
parent 6e8681e52d
commit 9ba90af464

View File

@@ -129,7 +129,6 @@ usermod -aG pulse-access pi
# Enable the PulseAudio service
systemctl enable PulseAudio.service
systemctl stop PulseAudio.service
####------------------- Install and setup node
# Run npm install to install dependencies listed in package.json
@@ -221,7 +220,6 @@ echo "$service_content" > /etc/systemd/system/discord-radio-bot.service
# Reload systemd daemon
systemctl daemon-reload
systemctl enable discord-radio-bot.service
systemctl stop discord-radio-bot.service
echo "\n\n\t\tDiscord Client Node install completed!\n\n"
@@ -264,7 +262,6 @@ echo "$service_content" > /etc/systemd/system/op25-multi_rx.service
# Reload systemd daemon
systemctl daemon-reload
systemctl stop op25-multi_rx.service
# Install OP25 using the provided installation script
echo "Installing OP25..."