improve automatic updates
authorIan Kelling <ian@iankelling.org>
Thu, 18 Apr 2024 02:59:31 +0000 (22:59 -0400)
committerIan Kelling <ian@iankelling.org>
Thu, 18 Apr 2024 03:01:47 +0000 (23:01 -0400)
distro-end
filesystem/usr/local/bin/myupgrade
filesystem/usr/local/bin/myupgrade-iank

index 500a4966630b47b32822113599017b65a7119e7c..d81950cec4fee220dafd1c38b9be40d02e61ad1e 100755 (executable)
@@ -1563,7 +1563,8 @@ m /a/bin/buildscripts/go
 # 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/pithosfly
 #m /a/bin/buildscripts/alacritty
 #m /a/bin/buildscripts/kitty
 
index 664c2d2bd408e85e9952002cf1b117465650cf30..49197fb57c1fe7f7c3d2b4f0f6fc13844ba56cd9 100755 (executable)
@@ -84,6 +84,12 @@ case $hn in
     ;;
 esac
 
+case $hn in
+  sy)
+    /b/fai/config/distro-install-common/install-stable-kernel-debs
+    ;;
+esac
+
 
 # TODO: executed from cron, this doesnt sent an email when we reboot,
 # because rebooting from the script stops the ability to send email.
index e2e3296d3b4c578dbc43616aed38d40f9984d986..7c7a2bfed187828895a3ecf14ddb08cb5961efdf 100755 (executable)
@@ -35,6 +35,7 @@ fi
 
 hn=$(hostname -f)
 
+/a/bin/buildscripts/go
 /a/bin/buildscripts/rust
 
 has_x=false
@@ -46,12 +47,11 @@ for pkg in xorg wayland; do
 done
 
 if $has_x; then
-  /a/bin/buildscripts/tor-browser
   /a/bin/buildscripts/misc
+  /a/bin/buildscripts/tor-browser
 fi
 
 
-
 # source /a/bin/distro-setup/path-add-function
 # export GOPATH=$HOME/go
 # path-add $GOPATH/bin