Skip to content

Commit

Permalink
test removed quite
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 8, 2023
1 parent 6644e2e commit bf6129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_webapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _jukebox_webapp_download() {
local TAR_FILENAME="webapp-build.tar.gz"

cd "${INSTALLATION_PATH}/src/webapp" || exit_on_error
wget --quiet https://github.com/MiczFlor/RPi-Jukebox-RFID/releases/download/v${JUKEBOX_VERSION}/webapp-v${JUKEBOX_VERSION}.tar.gz -O ${TAR_FILENAME}
wget https://github.com/MiczFlor/RPi-Jukebox-RFID/releases/download/v${JUKEBOX_VERSION}/webapp-v${JUKEBOX_VERSION}.tar.gz -O ${TAR_FILENAME}
tar -xzf ${TAR_FILENAME}
rm -f ${TAR_FILENAME}
cd "${INSTALLATION_PATH}" || exit_on_error
Expand Down

0 comments on commit bf6129c

Please sign in to comment.