Compare commits

...

3 Commits

Author SHA1 Message Date
gashapwn
4d1480e7c3 tweaked .gitignore so user_list.txt doesnt overwrite 2020-11-28 22:34:12 +00:00
gashapwn
d628122ff2 added blank user_list.txt 2020-11-28 22:30:55 +00:00
gashapwn
46464c49dd added pip3 install 2020-11-28 22:29:34 +00:00
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -5,5 +5,5 @@ test_*.txt
*/p0.pl
*/p1.pl
*/p2.pl
user_list.txt
notes.txt
user_list.txt

View File

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

0
user_list.txt Normal file
View File