summaryrefslogtreecommitdiff
path: root/patchroot.sh
blob: 54a37e2b528bc6ed3872923db0402bfee033a90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
echo samizdat > /etc/hostname
cat <<END > /etc/apt/sources.list
deb  http://httpredir.debian.org/debian  stretch            main  #contrib  non-free
deb  http://security.debian.org          stretch/updates    main  #contrib  non-free
#deb http://httpredir.debian.org/debian  stretch-backports  main  #contrib  non-free
END

#apt-get update
cat /var/lib/apt/lists/*_Packages | dpkg --update-avail -

#apt-get -yd install baresip
apt-mark install baresip