Bläddra i källkod

added pip3 install

tags/release-00
gashapwn 3 år sedan
förälder
incheckning
46464c49dd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl Visa fil

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


Laddar…
Avbryt
Spara