This commit is contained in:
2023-02-15 19:14:51 +00:00
parent 8c2ed59e91
commit 82cacacfde
5 changed files with 121 additions and 18 deletions

7
update-script.txt Normal file
View File

@@ -0,0 +1,7 @@
cd /srv/coreapps/sockeye && \
sudo systemctl stop sockeye.service && \
sudo rm *.dll && \
sudo rm -r ./resource && \
sudo rm -r ./wwwroot && \
sudo unzip -o ../sockeye-linux-x64-server.zip -x "config.json" && \
sudo systemctl start sockeye.service