Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#!/bin/bash # Install chmod 755 update_fos.sh & & ./update_fos.sh echo " ##UPDATE## " rm -r /usr/src/FOS-Streaming cd /home/fos-streaming/fos/www/ mv /home/fos-streaming/fos/www/config.php /tmp/ rm -r /home/fos-streaming/fos/www/* cd /usr/src/ git clone https://github.com/zgelici/FOS-Streaming-v1.git /usr/src/FOS-Streaming/ cd /usr/src/FOS-Streaming/ mv /usr/src/FOS-Streaming/* /home/fos-streaming/fos/www/ mv /tmp/config.php /home/fos-streaming/fos/www cd /home/fos-streaming/fos/www/ php /usr/src/composer.phar install mkdir /home/fos-streaming/fos/www/hl chmod -R 777 /home/fos-streaming/fos/www/hl mkdir /home/fos-streaming/fos/www/cache chmod -R 777 /home/fos-streaming/fos/www/cache echo " Update finshed " #224

Open
bdazzle43 opened this issue Aug 10, 2023 · 0 comments

Comments

@bdazzle43
Copy link

No description provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant