aboutsummaryrefslogtreecommitdiff
path: root/2/rice.sh
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-11 16:58:18 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-11 16:58:18 +0200
commit98003246dc087541e1cf57441f25ca0a1cda03ed (patch)
treed7841a4c3a10c47db6f7ec4818adadafd215c43f /2/rice.sh
parent6076abdfd328af940e0c961199680d0bd4278622 (diff)
add more missing packages to rice.sh + update to kernel 6.6
Diffstat (limited to '2/rice.sh')
-rwxr-xr-x2/rice.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/2/rice.sh b/2/rice.sh
index b84d725..ea1e7d2 100755
--- a/2/rice.sh
+++ b/2/rice.sh
@@ -6,7 +6,7 @@ fi
USER_NAME='loek'
HOST_NAME='drvo'
-KERNEL_VERSION='6.1.69-ti-rt-r22'
+KERNEL_VERSION='6.6.15-ti-rt-arm32-r1' # latest i could find for ti
# fail ok
fok() { "$@" 1> /dev/null 2> /dev/null ; }
@@ -84,7 +84,7 @@ echo "install newer linux kernel..."
fok apt-get install -y linux-image-$KERNEL_VERSION linux-headers-$KERNEL_VERSION
echo "install based software..."
-fok apt-get install -y neovim zsh
+fok apt-get install -y neovim zsh git systemd-resolved
fok chsh -s /bin/zsh $USER_NAME
fok chsh -s /bin/zsh root