Browse Source

provision.pl - added rust depdendency

master
gashapwn 3 years ago
parent
commit
7e853ec18e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl View File

@@ -123,7 +123,7 @@ if( ($admin_un) = `tail /etc/passwd | grep -v "nobody:"` =~ /([^:\n]+):[^:]+:[0-
}

# Setup the virtual environment
system("pkg_add python3");
system("pkg_add python3 openssl rust");
printf("generating virtual enviornment...\n");
system("su $SVC_ACCT -c 'python3 -m venv venv'");
system("su $SVC_ACCT -c '. ./venv/bin/activate && pip3 install -r requirements.txt'");


Loading…
Cancel
Save