From 4ef4388363a5e8359e57b61812a67d74de3b267e Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 22 Nov 2021 10:59:25 +0100 Subject: [PATCH] Replace lua by lua5.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d6a7b2b..1abf7d8 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #! /bin/bash sudo -E add-apt-repository -y ppa:regolith-linux/stable -sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua git +sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua5.3 git curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -- 2.44.0