From: Ian Kelling Date: Sun, 5 Apr 2020 19:42:48 +0000 (-0400) Subject: minor fixes X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=502de19c68c659ec63eb6d148296793e936157fe;p=distro-setup minor fixes --- diff --git a/distro-end b/distro-end index 0f8a212..283c680 100755 --- a/distro-end +++ b/distro-end @@ -681,7 +681,7 @@ sudo update-alternatives --set x-www-browser /usr/bin/abrowser # way to install suggests even if the main package is already # installed. reinstall doesn't work, uninstalling can cause removing # dependent packages. -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) +pi ${pall[@]} $(apt-cache search ruby[.0-9]+-doc| awk '{print $1}') $($src/distro-pkgs) # website is dead june 14 2019. back in october, but meh @@ -1513,7 +1513,9 @@ sgo btrfsmaintstop.timer m cd /a/opt/btrbk sudo make install -sgo btrbk.timer +if grep -xFq $HOSTNAME /a/bin/ds/machine_specific/btrbk.hosts; then + sgo btrbk.timer +fi # note: to see when it was last run, # ser list-timers @@ -1527,7 +1529,8 @@ EOF m pu transmission-gtk -m /a/bin/buildscripts/pithosfly +# pithosfly broken +#m /a/bin/buildscripts/pithosfly # # Based on guix manual instructions, also added code to profile. diff --git a/machine_specific/btrbk.hosts b/machine_specific/btrbk.hosts index d2378c0..f39aaf7 100644 --- a/machine_specific/btrbk.hosts +++ b/machine_specific/btrbk.hosts @@ -3,3 +3,4 @@ kw x2 tp x3 +frodo diff --git a/pkgs b/pkgs index 26fcc3d..29e3045 100644 --- a/pkgs +++ b/pkgs @@ -95,6 +95,8 @@ p3=( xfonts-intl-asian fonts-sil-lateef gawk-doc + # gcc suggests + make manpages-dev autoconf automake libtool flex bison gcc-doc gdb gdb-doc