Sfoglia il codice sorgente

provision.pl - global variable typo

tags/release-00
gashapwn 3 anni fa
parent
commit
78525ca071
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl Vedi File

@@ -45,7 +45,7 @@ system("pkg_add git");
system("pkg_add python3");
chdir $admin_home_dir;
system("su gashapwn -c 'git clone $GIT_REPO'");
chdir $GITREPO;
chdir $GIT_REPO;
system("su gashapwn -c 'python3 -m venv venv'");
# system("su gashapwn -c '. ./venv/bin/activate && pip3 install -r ");


Loading…
Annulla
Salva