#10 Update setup.sh
- Remove systemctl stops as they are not needed and impact testing
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user