瀏覽代碼

provision.pl - added bash

master
gashapwn 3 年之前
父節點
當前提交
25123376b3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl 查看文件

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

# Setup the virtual environment
system("pkg_add python3 openssl rust");
system("pkg_add python3 openssl rust bash");
printf("generating virtual enviornment...\n");
system("su $SVC_ACCT -c 'python3 -m venv venv'");
printf("running pip. can take up to 3 minutes due to slow compilation.\n");


Loading…
取消
儲存