9 lines
200 B
Bash
9 lines
200 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 vlc
|
|
export GIT_SSL_NO_VERIFY=1
|
|
|