From b681717d95751d40212d5b5248907325278ca693 Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Sun, 8 Mar 2026 21:57:02 +0100 Subject: [PATCH] verbessertes basi install skript --- .install_skripte/install_basic_pcks.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.install_skripte/install_basic_pcks.sh b/.install_skripte/install_basic_pcks.sh index 59493eb..386e899 100755 --- a/.install_skripte/install_basic_pcks.sh +++ b/.install_skripte/install_basic_pcks.sh @@ -28,7 +28,7 @@ fi sudo pacman -S --needed \ firefox \ - nextcloud \ + nextcloud-client \ openssh \ rclone \ stow \ @@ -48,3 +48,16 @@ sudo pacman -S --needed \ qpwgraph \ cifs-utils \ rbw + + + +# Setup rbw +rbw config set email mathias2784@web.de +rbw register + +# Nextcloud +if [ ! -d "$HOME/nextcloud/local_configs" ]; then + echo "Fehler: Benötige $HOME/nextcloud/local_configs" >&2 + exit 1 +fi +stow --dir=$HOME/nextcloud/local_configs default