diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..d2dcfdc --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,11 @@ +Pandora-box Roadmap +------------------- + +User interface +- [ ] animation during scan + +Technical + +- [ ] logrotate on pandora-box.log +- [ ] place logs in /var/logs + diff --git a/install.sh b/install.sh index 767b4c4..4a72b76 100755 --- a/install.sh +++ b/install.sh @@ -7,11 +7,13 @@ set -e cd /home/$SUDO_USER +# remove need restart +apt remove needrestart + #--------------------- # Python #--------------------- apt update && apt upgrade -y -apt remove needrestart apt install -y python-is-python3 python3-pip apt install -y libssl-dev