This commit is contained in:
2023-12-18 16:51:47 +01:00
commit 88741b2303
36 changed files with 1490 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
sudo systemctl stop starenovine
sudo cp ./server /opt/starenovine/server
sudo cp -R ./web /opt/starenovine/
sudo killall spider
sudo cp ./spider /opt/starenovine/spider
sudo systemctl start starenovine