provision.pl - changed dir before venv build
This commit is contained in:
parent
ae4dafe739
commit
390081c269
@ -45,4 +45,7 @@ system("pkg_add git");
|
||||
system("pkg_add python3");
|
||||
chdir $admin_home_dir;
|
||||
system("su gashapwn -c 'git clone $GIT_REPO'");
|
||||
chdir $GITREPO;
|
||||
system("su gashapwn -c 'python3 -m venv venv'");
|
||||
# system("su gashapwn -c '. ./venv/bin/activate && pip3 install -r ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user