From 22c2dbf7a19f9e3013016c915bb798d1f60d76a2 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 25 Jun 2023 21:33:33 -0400 Subject: rootfs updates --- rootfs/samizdat-skel.yaml | 2 +- rootfs/samizdat-update-apt-cache.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/samizdat-skel.yaml b/rootfs/samizdat-skel.yaml index 52cae83..79b8b28 100644 --- a/rootfs/samizdat-skel.yaml +++ b/rootfs/samizdat-skel.yaml @@ -16,7 +16,7 @@ binaries-optional: - rustup skel-files: -- .xinitrc +- .xsession - .bashrc - .xbindkeysrc - .tmux.conf diff --git a/rootfs/samizdat-update-apt-cache.sh b/rootfs/samizdat-update-apt-cache.sh index 01c59fa..c45ee0b 100755 --- a/rootfs/samizdat-update-apt-cache.sh +++ b/rootfs/samizdat-update-apt-cache.sh @@ -5,7 +5,7 @@ cat < /etc/apt/sources.list deb http://httpredir.debian.org/debian ${VERSION_CODENAME} main #contrib non-free -deb http://security.debian.org ${VERSION_CODENAME}/updates main #contrib non-free +deb http://security.debian.org ${VERSION_CODENAME}-security main #contrib non-free deb http://httpredir.debian.org/debian ${VERSION_CODENAME}-backports main #contrib non-free END -- cgit v1.2.3