Stop pointing to admin branch

This commit is contained in:
Gabe Kangas 2021-04-15 13:56:35 -07:00
parent 5214d81264
commit bfc5dae960

View file

@ -18,7 +18,6 @@ trap shutdown INT TERM ABRT EXIT
echo "Cloning owncast admin into $INSTALL_TEMP_DIRECTORY..."
git clone https://github.com/owncast/owncast-admin 2> /dev/null
cd owncast-admin
git checkout gek/codec-selection
echo "Installing npm modules for the owncast admin..."
npm --silent install 2> /dev/null