Skip to content

Commit d930289

Browse files
committed
uncomment apt-get installation
1 parent 80146f8 commit d930289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autodeploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ user=$(env | grep SUDO_USER | cut -d= -f 2)
44
if [[ -z $user ]] && [[ $UID -ne 0 ]]; then
55
echo 'The script needs to run as root' && exit 1
66
fi
7-
# apt-get install python3-pip python3-virtualenv virtualenv nginx git
7+
8+
apt-get install python3-pip python3-virtualenv virtualenv nginx git
89

910
su - $user << commands
1011
cd /home/$user

0 commit comments

Comments
 (0)