Browse Source

added python3 install

tags/release-00
gashapwn 3 years ago
parent
commit
ae4dafe739
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      perl-script/provision.pl

+ 2
- 1
perl-script/provision.pl View File

@@ -42,6 +42,7 @@ system("echo 'permit $admin_un' > /etc/doas.conf");

# install git
system("pkg_add git");
system("pkg_add python3");
chdir $admin_home_dir;
system("su gashapwn -c 'git clone $GIT_REPO'");
system("su gashapwn -c 'python3 -m venv venv'");

Loading…
Cancel
Save