From 88baafbdd68cbd79362502500ef042e482b86657 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 14 May 2020 15:39:30 -0400 Subject: add "patchroot.sh" mechanism --- patchroot.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patchroot.sh (limited to 'patchroot.sh') diff --git a/patchroot.sh b/patchroot.sh new file mode 100644 index 0000000..54a37e2 --- /dev/null +++ b/patchroot.sh @@ -0,0 +1,13 @@ +#!/bin/sh +echo samizdat > /etc/hostname +cat < /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 -- cgit v1.2.3