Explorar el Código

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

tags/release-00
gashapwn hace 3 años
padre
commit
b44b9f37a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl Ver fichero

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

Cargando…
Cancelar
Guardar