From 8e8953bc2a043bd2ca84b17c0e26605bce6e55e9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 16 Jan 2024 22:43:47 +0100 Subject: [PATCH] Install `nextcloud-client` on Arch --- scripts/Arch/Collections/personal.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index e5688e33..0d647af0 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -25,7 +25,9 @@ yay --noconfirm -Syu \ dconf-editor \ sl \ terminal-parrot \ - rar; + rar \ + nextcloud-client \ + ; sudo chsh $USER --shell "$(which fish)";