Skip to content

Commit

Permalink
Be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 8, 2024
1 parent 7729347 commit 2c38314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ EOF
# Hi!
echo -e "${GREEN}⎎ MicroMPX Setup for Raspberry Pi${NC}\n\n"

# Check and stop micrompx service if running
# Check and stop MicroMPX service if running
echo -e "${BLUE}►► Checking and stopping MicroMPX service if running...${NC}"
if systemctl is-active --quiet micrompx > /dev/null; then
systemctl stop micrompx > /dev/null || { echo -e "${RED}Failed to stop the MicroMPX service. Please check the logs for more details.${NC}"; exit 1; }
Expand Down Expand Up @@ -80,10 +80,10 @@ else
usermod -aG audio micrompx > /dev/null
fi

# Install dependencies for micrompx
# Install dependencies for MicroMPX
install_packages silent libasound2 libsndfile1

# Download micrompx from Thimeo
# Download MicroMPX from Thimeo
echo -e "${BLUE}►► Downloading and installing MicroMPX...${NC}"
mkdir -p /opt/micrompx > /dev/null
curl -s -o /opt/micrompx/MicroMPX_Decoder https://download.thimeo.com/MicroMPX_Decoder_ARM64
Expand Down

0 comments on commit 2c38314

Please sign in to comment.