Skip to content

Commit

Permalink
version bump and jinja for main
Browse files Browse the repository at this point in the history
  • Loading branch information
zenodotus280 committed Jan 17, 2023
1 parent 20b38d3 commit 3016689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Time-shifted BBC Radio for North American listeners.

## Testing Branch Notes
This is the testing branch. This contains the latest changes and is what I use when trying new features and troubleshooting issues. Consider it "alpha". The main git repo should be considered "beta" and the version releases are stable.
This contains the latest changes and is what I use when trying new features and troubleshooting issues. Consider it "alpha". The main git repo should be considered "beta" and the version releases are stable.

## Welcome

Expand Down
11 changes: 6 additions & 5 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RESTART_SERVICE=$BASE_FOLDER/run-scripts/restart-service.sh
START_RADIO=$BASE_FOLDER/run-scripts/start_radio.sh
STD_PACKAGES="unattended-upgrades wget unzip dialog python3 pip"
XTR_PACKAGES="ffmpeg ices2 icecast2 at"
STABLE_VERSION=1.1.0
STABLE_VERSION=1.1.1

# install/uninstall packages, files, and folders

Expand Down Expand Up @@ -65,11 +65,12 @@ if [ "$MODE" == "1" ]; then
unzip -d /opt /opt/bbc-radio-relay.zip
cp -r /opt/BBC-Radio-Relay-testing/radio-relay/* $BASE_FOLDER
cp -r /opt/BBC-Radio-Relay-testing/radio-player/* $BASE_FOLDER/www
cd $BASE_FOLDER/www
python3 $BASE_FOLDER/www/generate.py
cd /root
fi


cd $BASE_FOLDER/www
python3 $BASE_FOLDER/www/generate.py
cd /root

elif [ "$MODE" == "2" ]; then
# stop services if running and remove uncommon packages
systemctl stop icecast2
Expand Down

0 comments on commit 3016689

Please sign in to comment.