mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update Remotely_Server_Install.sh
This commit is contained in:
parent
89d0995d5e
commit
6b56900e02
@ -1,10 +1,12 @@
|
||||
#!/bin/bash
|
||||
echo "Thanks for trying remotely! If you have any questions, feel free to email me at Translucency_Software@outlook.com."
|
||||
echo
|
||||
|
||||
read -p "Enter path where the Remotely server files are located (typically /var/www/remotely): " appRoot
|
||||
if [ -z "$appRoot" ]; then
|
||||
appRoot="/var/www/remotely"
|
||||
fi
|
||||
|
||||
read -p "Enter server host (e.g. remotely.yourdomainname.com): " serverHost
|
||||
|
||||
UbuntuVersion=$(lsb_release -r -s)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user