소스 검색

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


불러오는 중...
취소
저장