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