This commit is contained in:
Marco D'Agostini 2019-10-12 21:28:22 +00:00 committed by GitHub
parent 33be9253f7
commit 30df4af443

View File

@ -6,7 +6,7 @@ sudo apt update && sudo apt upgrade -y
## Install Packages ## Install Packages
```bash ```bash
sudo apt-get install python3-pip zsh curl wget git sudo apt-get install python3-pip zsh curl wget git
sudo apt-get install p7zip-full smplayer cmus speedtest-cli git-gui filezilla pavucontrol ufw servefile nmap fail2ban gimp most colordiff mosh gconf-editor byobu sudo apt-get install p7zip-full smplayer cmus speedtest-cli git-gui filezilla pavucontrol ufw servefile nmap fail2ban gimp most colordiff mosh dconf-editor byobu
pip3 install youtube-dl tldr pip3 install youtube-dl tldr
``` ```