]> git.lizzy.rs Git - i3-setup.git/commitdiff
Replace lua by lua5.3
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 09:59:25 +0000 (10:59 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 09:59:25 +0000 (10:59 +0100)
install.sh

index d6a7b2b24963ebddb0d7a1b8fa6ae66dc585000c..1abf7d8a7f90d54462a7816e95d9446b5a00f3ba 100755 (executable)
@@ -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)"