provision.pl - added bash
This commit is contained in:
parent
51e5753902
commit
25123376b3
@ -123,7 +123,7 @@ if( ($admin_un) = `tail /etc/passwd | grep -v "nobody:"` =~ /([^:\n]+):[^:]+:[0-
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Setup the virtual environment
|
# Setup the virtual environment
|
||||||
system("pkg_add python3 openssl rust");
|
system("pkg_add python3 openssl rust bash");
|
||||||
printf("generating virtual enviornment...\n");
|
printf("generating virtual enviornment...\n");
|
||||||
system("su $SVC_ACCT -c 'python3 -m venv venv'");
|
system("su $SVC_ACCT -c 'python3 -m venv venv'");
|
||||||
printf("running pip. can take up to 3 minutes due to slow compilation.\n");
|
printf("running pip. can take up to 3 minutes due to slow compilation.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user