diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-11 16:58:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-11 16:58:18 +0200 |
commit | 98003246dc087541e1cf57441f25ca0a1cda03ed (patch) | |
tree | d7841a4c3a10c47db6f7ec4818adadafd215c43f /2/rice.sh | |
parent | 6076abdfd328af940e0c961199680d0bd4278622 (diff) |
add more missing packages to rice.sh + update to kernel 6.6
Diffstat (limited to '2/rice.sh')
-rwxr-xr-x | 2/rice.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |