diff --git a/lxc-setup.sh b/lxc-setup.sh new file mode 100644 index 0000000..aa432e4 --- /dev/null +++ b/lxc-setup.sh @@ -0,0 +1,5 @@ +#! /bin/bash +dpkg-reconfigure tzdata +dpkg-reconfigure locales +echo 'Acquire::http { Proxy "http://10.40.20.111:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy +apt-get update && apt-get full-upgrade -y && apt-get autoremove -y && apt-get install sudo curl wget -y \ No newline at end of file