Update system before install shadowsocks
This commit is contained in:
parent
5925ef1d90
commit
bf787c683f
|
|
@ -66,7 +66,9 @@ function pre_install(){
|
|||
echo ""
|
||||
echo "Press any key to start...or Press Ctrl+C to cancel"
|
||||
char=`get_char`
|
||||
#Install necessary dependencies
|
||||
# Update System
|
||||
apt-get -y update
|
||||
# Install necessary dependencies
|
||||
apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev
|
||||
# Get IP address
|
||||
echo "Getting Public IP address, Please wait a moment..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user