X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=bcfe627e94d87cd62d704ddeba9111cdb5c19488;hb=9ac513d1086f22a8dede2ebe3ca0236443bdc429;hp=6b49f9b3fb3c0f9a4965b2d0ad0c994cb44e214c;hpb=63e3670ab59869f5f74904edbe64daa943fad15f;p=distro-setup diff --git a/distro-end b/distro-end index 6b49f9b..bcfe627 100755 --- a/distro-end +++ b/distro-end @@ -1687,7 +1687,8 @@ sudo gpasswd -a $USER lpadmin # based on ubuntu wiki # general known for debian/ubuntu, not for fedora m /a/bin/buildscripts/go -m /a/bin/buildscripts/rust +# only needed for rg. cargo takes up 11 gigs, filled up the disk on je. +#m /a/bin/buildscripts/rust m /a/bin/buildscripts/misc m /a/bin/buildscripts/pithosfly #m /a/bin/buildscripts/alacritty @@ -2166,7 +2167,10 @@ case $HOSTNAME in sudo install -m 0755 -o root -g root -t /usr/bin /a/opt/bitcoin-23.0/bin/* sgo bitcoind sudo usermod -a -G bitcoin iank - sudo ln -s /q/wallets /var/lib/bitcoind + if [[ ! $(readlink -f /var/lib/bitcoind/wallets) == /q/wallets ]]; then + sudo lnf /q/wallets /var/lib/bitcoind + sudo chown -h bitcoin:bitcoin /var/lib/bitcoind/wallets + fi # note, there exists # /a/bin/ds/disabled/bitcoin ;; @@ -2174,6 +2178,14 @@ esac ### end bitcoin +case $HOSTNAME in + kw|x3) + sd /etc/cups/client.conf <<'EOF' +ServerName printserver0.office.fsf.org +EOF + ;; +esac + end_msg <<'EOF' In mate settings settings, change scrolling to two-finger,