From bef1d19110d298aac43153a1d85e3eb2638cdce5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 8 Feb 2023 13:06:23 -0500 Subject: [PATCH] bypass whiptail issue in gui terminals/xterm --- static/larbs.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 static/larbs.sh diff --git a/static/larbs.sh b/static/larbs.sh old mode 100644 new mode 100755 index 161e94d..015c8e1 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -10,6 +10,7 @@ dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/static/progs.csv" aurhelper="yay" repobranch="master" +export TERM=ansi ### FUNCTIONS ###