From 5d7420e38fac2489b1e65b86bc070bc384cc2971 Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 5 Oct 2023 14:38:00 +0200 Subject: [PATCH] well... package 'kitty-terminfo' does not exist --- alpine_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alpine_install.sh b/alpine_install.sh index 67a1a26..952b6f4 100755 --- a/alpine_install.sh +++ b/alpine_install.sh @@ -51,8 +51,7 @@ apk add --force-refresh --no-cache --progress \ rsync \ dropbear \ openssh-client \ - rxvt-unicode-terminfo \ - kitty-terminfo + rxvt-unicode-terminfo read -p "|> enter additional packages to install: " packages [[ "$packages" ]] && packages="$(printf "$packages" | tr '\n' ' ')" && apk add --force-refresh --no-cache --progress $packages