-
Notifications
You must be signed in to change notification settings - Fork 1
E. Prerequisites Software Install
Bogdan Tudorache edited this page Jan 15, 2021
·
7 revisions
Oh, wait! That's exactly what's needed.
Download the script onto your new Ubuntu Desktop -> prerequisites.sh
What we're installing:
-
Update&Upgrade
-
Locate
-
Net-Tools
-
Synapse
-
VIM
-
Htop
-
OpenSSH
-
Linux Tweaks
-
Python Package Manager
-
PyMySQL
-
Pretty Errors
-
VsCode
Give the script execution rights:
chmod 755 prerequisite.sh
Run it with sudo:
sudo ./prerequisite.sh
Insert your password and wait, this should take at least 10-15 minutes.
Afterwards to make sure the Linux Tweaks are always working you must add the following lines of code to the end of .bashrc:
$ sudo vi .bashrc
if [ -f ~/.bash_profile ]; then
. ~/.bash_profile
fi
**Congrats, you're done!**