summaryrefslogtreecommitdiff
path: root/patchroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patchroot.sh')
-rw-r--r--patchroot.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/patchroot.sh b/patchroot.sh
new file mode 100644
index 0000000..54a37e2
--- /dev/null
+++ b/patchroot.sh
@@ -0,0 +1,13 @@
1#!/bin/sh
2echo samizdat > /etc/hostname
3cat <<END > /etc/apt/sources.list
4deb http://httpredir.debian.org/debian stretch main #contrib non-free
5deb http://security.debian.org stretch/updates main #contrib non-free
6#deb http://httpredir.debian.org/debian stretch-backports main #contrib non-free
7END
8
9#apt-get update
10cat /var/lib/apt/lists/*_Packages | dpkg --update-avail -
11
12#apt-get -yd install baresip
13apt-mark install baresip