X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=a057d779b672c992f2707b855316975d819fcd09;hb=7d5e9e87105fafa2243603f958c8b41cdaa7f0ad;hp=61008fa66a44452ab84279cb2936e83463b586d0;hpb=5fc2a328a44bd7aac3110e7d9c49eaa3e0db8aaf;p=distro-setup diff --git a/distro-end b/distro-end index 61008fa..a057d77 100755 --- a/distro-end +++ b/distro-end @@ -1,6 +1,7 @@ -#!/bin/bash -l +#!/bin/bash # Copyright (C) 2019 Ian Kelling # SPDX-License-Identifier: AGPL-3.0-or-later +if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi ### setup source /a/bin/errhandle/err @@ -11,14 +12,13 @@ if [[ $EUID == 0 ]]; then exit 1 fi -_errcatch_cleanup() { +errcatch-cleanup() { echo 1 >~/.local/distro-end } # shellcheck source=./pkgs source $src/pkgs -set -x exec &> >(sudo tee -a /var/log/distro-end) echo "$0: $(date): starting now)" # see example of usage to understand. @@ -38,12 +38,17 @@ end() { fi exit 0 } -die() { - printf "$0: %s\n" "$*" >&2; exit 1 +pre="${0##*/}:" +s() { + printf "s %s\n" "$*" + SUDOD="$PWD" sudo -i "$@"; } -spa() { # simple package add - simple_packages+=($@) +sd() { + s dd of="$1" 2>/dev/null } +m() { printf "$pre %s\n" "$*"; "$@"; } +e() { printf "$pre %s\n" "$*"; } +err() { echo "[$(date +'%Y-%m-%d %H:%M:%S%z')]: $0: $*" >&2; } distro=$(distro-name) codename=$(debian-codename) codename_compat=$(debian-codename-compat) @@ -70,7 +75,6 @@ pi ${p2[@]} conflink - # no equivalent in other distros: if isdeb && pcheck apt-file; then # this condition is just a speed optimization @@ -87,12 +91,12 @@ case $distro in # i'd rather disable the service than comment the init file # this says disabling the service, it will still get restarted # but this script doesn't do anything on restart, so it should be fine - s dd of=/var/run/motd.dynamic if=/dev/null + s truncate -s0 /var/run/motd.dynamic ;; trisquel|ubuntu) # this isn't a complete solution. It still shows me when updates are available, # but it's no big deal. - s rm -f /etc/update-motd.d/10-help-text /etc/update-motd.d/00-header + s rm -fv /etc/update-motd.d/10-help-text /etc/update-motd.d/00-header ;; esac @@ -110,22 +114,22 @@ elif [[ $codename_compat == xenial ]]; then l="deb http://ppa.launchpad.net/certbot/certbot/ubuntu xenial main" if ! grep -xFq "$l" /etc/apt/sources.list{,.d/*.list}; then s add-apt-repository -y ppa:certbot/certbot ||: - p update + m p update fi pi python-certbot-apache else - die "distro unknown for certbot" + err "distro unknown for certbot" fi # make a version of the certbot timer that emails me. x=/systemd/system/certbot -$sed -r -f - /lib$x.timer <<'EOF' |s dd of=/etc${x}mail.timer +$sed -r -f - /lib$x.timer <<'EOF' |sd /etc${x}mail.timer s,^Description.*,\0 mail version, EOF -$sed -r -f - /lib$x.service <<'EOF' |s dd of=/etc${x}mail.service +$sed -r -f - /lib$x.service <<'EOF' |sd /etc${x}mail.service s,(ExecStart=)(/usr/bin/certbot),\1/a/bin/log-quiet/sysd-mail-once certbotmail \2 --renew-hook /a/bin/distro-setup/certbot-renew-hook, EOF ser daemon-reload -sgo certbotmail.timer +m sgo certbotmail.timer ### end certbot install ### @@ -164,7 +168,7 @@ case $(debian-codename) in # needed for debootstrap scripts for fai since fai requires debian flidas) curl http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg | s apt-key add - - s dd of=/etc/apt/preferences.d/flidas-xenial </dev/null </dev/null </dev/null; then + s apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 + sd /etc/apt/preferences.d/flidas-bionic <$t </dev/null <<'EOF' -[Unit] -Description=ZNC, an advanced IRC bouncer -After=network-online.target - -[Service] -ExecStart=/usr/bin/znc -f --datadir=/var/lib/znc -User=znc - -[Install] -WantedBy=multi-user.target -EOF - ser daemon-reload - sgo znc + # Avoid restarting if possible, reconnecting to irc is annoying. + # The unit file was made active with conflink. + if [[ $(ser is-active znc) != active ]]; then + m sgo znc + fi ###### stop znc setup ##### end @@ -592,11 +611,11 @@ esac pi ${pall[@]} $(apt-cache search ruby[.0-9]+-doc| awk '{print $1}') $(apt-cache depends gcc|grep -i suggests:| awk '{print $2}') $($src/distro-pkgs) -sgo fsf-vpn-dns-cleanup +m sgo fsf-vpn-dns-cleanup # website is dead june 14 2019. back in october, but meh -s rm -f /etc/apt/sources.list.d/iridium-browser.list +s rm -fv /etc/apt/sources.list.d/iridium-browser.list # case $distro in # debian) # pi chromium ;; @@ -639,7 +658,7 @@ s rm -f /etc/apt/sources.list.d/iridium-browser.list # done # key already exists, so this won't generate one, just the configs. -vpn-server-setup -rds +m vpn-server-setup -rds s tee -a /etc/openvpn/server/server.conf <<'EOF' push "dhcp-option DNS 10.0.0.1" push "route 10.0.0.0 255.255.0.0" @@ -653,7 +672,7 @@ if [[ $HOSTNAME == tp ]]; then else vpn_service=openvpn@server fi - sgo $vpn_service + m sgo $vpn_service fi ### end vpn server setup @@ -661,7 +680,7 @@ fi ##### rss2email # note, see bashrc for more documentation. pi rss2email -s dd of=/etc/systemd/system/rss2email.service <<'EOF' +sd /etc/systemd/system/rss2email.service <<'EOF' [Unit] Description=rss2email After=multi-user.target @@ -674,7 +693,7 @@ Type=oneshot # we pass options to use different location. ExecStart=/a/bin/log-quiet/sysd-mail-once -288 rss2email r2e -d /p/c/rss2email.json -c /p/c/rss2email.cfg run EOF -s dd of=/etc/systemd/system/rss2email.timer <<'EOF' +sd /etc/systemd/system/rss2email.timer <<'EOF' [Unit] Description=rss2email @@ -692,7 +711,7 @@ s systemctl daemon-reload ######### begin pump.io periodic backup ############# if [[ $HOSTNAME == frodo ]]; then - s dd of=/etc/systemd/system/pumpbackup.service <<'EOF' + sd /etc/systemd/system/pumpbackup.service <<'EOF' [Unit] Description=pump li backup After=multi-user.target @@ -702,7 +721,7 @@ User=iank Type=oneshot ExecStart=/a/bin/log-quiet/sysd-mail-once pump-backup /a/bin/distro-setup/pump-backup EOF - s dd of=/etc/systemd/system/pumpbackup.timer <<'EOF' + sd /etc/systemd/system/pumpbackup.timer <<'EOF' [Unit] Description=pump li backup hourly @@ -712,15 +731,15 @@ OnCalendar=hourly [Install] WantedBy=timers.target EOF - s systemctl daemon-reload - sgo pumpbackup.timer + ser daemon-reload + m sgo pumpbackup.timer fi ######### end pump.io periodic backup ############# ######### begin irc periodic backup ############# if [[ $HOSTNAME == frodo ]]; then - s dd of=/etc/systemd/system/ircbackup.service <<'EOF' + sd /etc/systemd/system/ircbackup.service <<'EOF' [Unit] Description=irc li backup After=multi-user.target @@ -730,7 +749,7 @@ User=iank Type=oneshot ExecStart=/a/bin/log-quiet/sysd-mail-once irc-backup rsync -rlptDhSAX root@iankelling.org:/var/lib/znc/moddata/log/iank/freenode/ /k/irclogs EOF - s dd of=/etc/systemd/system/ircbackup.timer <<'EOF' + sd /etc/systemd/system/ircbackup.timer <<'EOF' [Unit] Description=irc li backup hourly @@ -748,10 +767,6 @@ fi ######### end irc periodic backup ############# -# https://github.com/jlebon/textern -cd /a/opt/textern -make native-install USER=1 - case $distro in debian|trisquel|ubuntu) # suggests resolvconf package. installing it here is redundant, but make sure anyways. @@ -763,7 +778,7 @@ case $distro in *) pi openvpn;; esac -/a/bin/distro-setup/radicale-setup +m /a/bin/distro-setup/radicale-setup ############# begin syncthing setup ########### @@ -783,14 +798,14 @@ if [[ $HOSTNAME == frodo ]]; then curl -s https://syncthing.net/release-key.txt | sudo apt-key add - s="deb http://apt.syncthing.net/ syncthing release" if [[ $(cat /etc/apt/sources.list.d/syncthing.list) != "$s" ]]; then - echo "$s" | s dd of=/etc/apt/sources.list.d/syncthing.list + echo "$s" | sd /etc/apt/sources.list.d/syncthing.list p update fi fi pi syncthing - lnf -T /w/syncthing /home/iank/.config/syncthing + m lnf -T /w/syncthing /home/iank/.config/syncthing ser daemon-reload # syncthing likely not properly packaged - sgo syncthing@iank # runs as iank + m sgo syncthing@iank # runs as iank # these things persist in ~/.config/syncthing, which I save in # /w/syncthing (not in /p, because syncthing should continue to @@ -849,11 +864,11 @@ esac # sakura config is owned by ian -reset-sakura -reset-konsole -sudo -u user2 -i reset-konsole +m reset-sakura +m reset-konsole +m sudo -u user2 -i reset-konsole # user2 xscreensaver we don't want to reset -reset-xscreensaver +m reset-xscreensaver # this would install from cabal for newer / consistent version across os, but it screws up xmonad, so disabled for now. @@ -864,22 +879,22 @@ reset-xscreensaver # also, i assume syncing this between machines somehow messed thin #lnf -T /m/arbtt-capture.log ~/.arbtt/capture.log -primary-setup +m primary-setup if [[ ! -e ~/.linphonerc && -e /p/.linphonerc-initial ]]; then - cp /p/.linphonerc-initial ~/.linphonerc + m cp /p/.linphonerc-initial ~/.linphonerc fi ### begin spd install pi libswitch-perl libdigest-md5-file-perl libgnupg-interface-perl t=$(mktemp) -wget -O $t http://mirror.fsf.org/fsfsys-trisquel/fsfsys-trisquel/pool/main/s/spd-perl/spd-perl_0.2-1_amd64.deb +m wget -O $t http://mirror.fsf.org/fsfsys-trisquel/fsfsys-trisquel/pool/main/s/spd-perl/spd-perl_0.2-1_amd64.deb s dpkg -i $t -rm $t +m rm $t # this guesses at the appropriate directory, adjust if needed perldir=(/usr/lib/x86_64-linux-gnu/perl/5.*) -sudo ln -sf ../../../perl/5.18.2/SPD/ ${perldir[0]} +m sudo ln -sf ../../../perl/5.18.2/SPD/ ${perldir[0]} # newer distro had gpg2 as default, older one, flidas, need to make it that way gpgpath=$(which gpg2) if [[ $x ]]; then @@ -956,7 +971,7 @@ mkschroot() { fi apps=($@) d=/nocow/schroot/$n - s dd of=/etc/schroot/chroot.d/$n.conf < false, 'rpc-authentication-required' => false, -'incomplete-dir' => '/i/k/partial-torrents', +'incomplete-dir' => '$tdir/partial-torrents', 'incomplete-dir-enabled' => true, -'download-dir' => '/i/k/torrents', +'download-dir' => '$tdir/torrents', "speed-limit-up" => 800, "speed-limit-up-enabled" => true, "peer-port" => 61486, @@ -1112,7 +1135,7 @@ if [[ ! -e /lib/systemd/system/openvpn-client@.service ]]; then vpn_ser=openvpn fi -s dd of=/etc/systemd/system/transmission-daemon-nn.service </dev/null) || continue + if [[ ! $uid -ge 1000 ]]; then continue fi d=$f/.config/transmission-remote-gtk @@ -1176,9 +1200,10 @@ EOF s -u $u dd of=$d/config.json <