Skip to content

Instantly share code, notes, and snippets.

@aryulianto
Created March 31, 2017 09:00
Show Gist options
  • Save aryulianto/078225e3a147911abafd56613d06caf6 to your computer and use it in GitHub Desktop.
Save aryulianto/078225e3a147911abafd56613d06caf6 to your computer and use it in GitHub Desktop.
## Based on Ubuntu 16.04 LTS ##
#!/bin/bash
echo "### Repo Ubuntu 16.04 Kambing ###"
cp -v /etc/apt/sources.list /etc/apt/sources.list.orig
echo "deb http://kambing.ui.ac.id/ubuntu/ xenial main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ xenial-updates main restricted universe multivers
deb http://kambing.ui.ac.id/ubuntu/ xenial-security main restricted universe multivers
deb http://kambing.ui.ac.id/ubuntu/ xenial-backports main restricted universe multivers
deb http://kambing.ui.ac.id/ubuntu/ xenial-proposed main restricted universe multiverse" > /etc/apt/sources.list
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
locale-gen en_US.UTF-8
apt update
apt upgrade -y
apt -y install sudo rsync dialog bsdutils aptitude locales tzdata screen cron htop vim
dpkg-reconfigure locales
dpkg-reconfigure tzdata
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment