Script to set up lxc container

This commit is contained in:
Evan 2024-06-03 14:29:29 -04:00
parent fb68075385
commit a87abee687
1 changed files with 5 additions and 0 deletions

5
lxc-setup.sh Normal file
View File

@ -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