Skip to content

Commit 4f68d72

Browse files
author
clowwindy
committed
Update stackscript.sh
1 parent ae4e57c commit 4f68d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
apt-get update
4-
apt-get install python-pip python-m2crypto supervisor
4+
apt-get install -y -qq python-pip python-m2crypto supervisor
55
pip install shadowsocks
66

77
SS_PASSWORD=`dd if=/dev/random bs=32 count=1 | md5sum | cut -c-16`

0 commit comments

Comments
 (0)