Update README.md
parent
7da2904e61
commit
c668e491a5
|
|
@ -6,4 +6,9 @@ cd /srv
|
|||
wget /srv/workspaces-linux-x64-install.sh https://git.exystem.net/Exystem-Services-Dev/workspaces-public/raw/branch/main/Setup/workspaces-linux-x64-install.sh
|
||||
sudo chmod +x workspaces-linux-x64-install.sh
|
||||
sudo ./workspaces-linux-x64-install.sh apache2|nginx domain.com mail@domain.com
|
||||
~~~
|
||||
In case of error try:
|
||||
~~~
|
||||
sudo apt-get install dos2unix
|
||||
dos2unix workspaces-linux-x64-install.sh
|
||||
~~~
|
||||
Loading…
Reference in New Issue