Files
old-svevijesti/scripts/install_server.sh

6 lines
119 B
Bash
Raw Normal View History

2022-02-15 05:39:07 +01:00
#!/bin/bash
sudo systemctl stop starenovine
sudo cp ./server /opt/starenovine/server
sudo systemctl start starenovine