provision.pl - global variable typo

This commit is contained in:
gashapwn 2020-11-28 22:02:59 +00:00
parent 390081c269
commit 78525ca071

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