1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00

First working version

This commit is contained in:
dbarzin 2022-07-06 19:57:20 +02:00
parent fa73a686b3
commit 602f6f103b
2 changed files with 14 additions and 1 deletions

11
ROADMAP.md Normal file
View file

@ -0,0 +1,11 @@
Pandora-box Roadmap
-------------------
User interface
- [ ] animation during scan
Technical
- [ ] logrotate on pandora-box.log
- [ ] place logs in /var/logs

View file

@ -7,11 +7,13 @@
set -e set -e
cd /home/$SUDO_USER cd /home/$SUDO_USER
# remove need restart
apt remove needrestart
#--------------------- #---------------------
# Python # Python
#--------------------- #---------------------
apt update && apt upgrade -y apt update && apt upgrade -y
apt remove needrestart
apt install -y python-is-python3 python3-pip apt install -y python-is-python3 python3-pip
apt install -y libssl-dev apt install -y libssl-dev