From b1bf448aa10c78156b1ef00884721666ef5d11ab Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 16 Jan 2024 18:17:51 +0100 Subject: [PATCH] Install `rar` to Arch --- scripts/Arch/Collections/personal.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index eb0d69f7..e5688e33 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -24,7 +24,8 @@ yay --noconfirm -Syu \ fish \ dconf-editor \ sl \ - terminal-parrot; + terminal-parrot \ + rar; sudo chsh $USER --shell "$(which fish)";