9 lines
208 B
Bash
9 lines
208 B
Bash
!#/bin/bash
|
|
|
|
sudo add-apt-repository universe
|
|
sudo add-apt-repository multiverse
|
|
sudo apt update
|
|
sudo apt install -y deluge git vim mc ubuntu-restricted-extras mplayer mplayer-gui
|
|
export GIT_SSL_NO_VERIFY=1
|
|
|