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:
parent
fa73a686b3
commit
602f6f103b
2 changed files with 14 additions and 1 deletions
11
ROADMAP.md
Normal file
11
ROADMAP.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Pandora-box Roadmap
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
User interface
|
||||||
|
- [ ] animation during scan
|
||||||
|
|
||||||
|
Technical
|
||||||
|
|
||||||
|
- [ ] logrotate on pandora-box.log
|
||||||
|
- [ ] place logs in /var/logs
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue