Ubuntu Post installation script

#!/bin/bash


sudo apt-get update -y

sudo apt-get install shutter vlc wget screen atop iftop mlocate iotop htop vim telnet zip net-tools unzip smartmontools bind-utils filezilla gconf2 gconf-service libappindicator1 sshpass -y
sudo apt --fix-broken install
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb


sudo apt-get install -f

rm -f google-chrome-stable_current_amd64.deb

sudo apt-get install -y; sudo apt-get update -y
sudo apt-get install deluge -y
sudo apt-get install ubuntu-restricted-extras -y
sudo apt-get install flashplugin-installer -y
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update -y
sudo apt-get install freshplayerplugin -y
sudo apt-get install flashplugin-nonfree -y
sudo apt-get install browser-plugin-freshplayer-pepperflash -y
sudo apt-get install software-center -y
sudo apt-get install nmap -y
sudo apt install enscript a2ps ghostscript -y
sudo apt-get install -f

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt install simplescreenrecorder -y

 

Leave a Reply