ソースを参照

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");


読み込み中…
キャンセル
保存