瀏覽代碼

provision.pl - added stupid fscking awful missing single quote that made me waste my goddam time

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

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

@@ -51,6 +51,6 @@ chdir $REPO_DIR;
system("pkg_add python3");
printf("generating virutal enviornment...\n");
system("su $admin_un -c 'python3 -m venv venv'");
system("su $admin_un -c '. ./venv/bin/activate && pip3 install -r requirements.txt");
system("su $admin_un -c '. ./venv/bin/activate && pip3 install -r requirements.txt'");

system("pkg_add p5-JSON");

Loading…
取消
儲存