From: Ian Kelling Date: Sun, 7 Mar 2021 03:17:13 +0000 (-0500) Subject: new host stuff X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=9cf214ea4b9a0e11d93913e0b166ea3da461bf18;p=distro-setup new host stuff --- diff --git a/distro-end b/distro-end index 73d7a0a..78162c9 100755 --- a/distro-end +++ b/distro-end @@ -451,6 +451,29 @@ esac rm -fv /etc/apt/preferences.d/radicale ######### end universal pinned packages ###### +### system76 things ### +case $HOSTNAME in + sy) + # note, i stored the initial popos packages at /a/bin/data/popos-pkgs + if [[ ! -d /etc/apt/sources.list.d/system76.list ]]; then + # https://blog.zackad.dev/en/2017/08/17/add-ppa-simple-way.html + sd /etc/apt/sources.list.d/system76.list <