Created
June 11, 2018 13:54
-
-
Save gkliska/f49616da07d9531314a2196dab917215 to your computer and use it in GitHub Desktop.
Ubuntiu 18.04 initial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su | |
locale-gen en_US en_US.UTF-8 hr_HR hr_HR.UTF-8 | |
# get apt repositories | |
apt install software-properties-common | |
add-apt-repository ppa:git-core/ppa | |
cd /tmp && wget https://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key && add-apt-repository -y ppa:nginx/development | |
# $(lsb_release -cs) => bionic | |
sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - | |
add-apt-repository ppa:libreoffice/ppa | |
apt update | |
apt upgrade | |
apt full-upgrade | |
apt install git | |
# https://www.jetbrains.com/toolbox/download/download-thanks.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment