verbessertes basi install skript

This commit is contained in:
2026-03-08 21:57:02 +01:00
parent bd1d87e40e
commit b681717d95
+14 -1
View File
@@ -28,7 +28,7 @@ fi
sudo pacman -S --needed \ sudo pacman -S --needed \
firefox \ firefox \
nextcloud \ nextcloud-client \
openssh \ openssh \
rclone \ rclone \
stow \ stow \
@@ -48,3 +48,16 @@ sudo pacman -S --needed \
qpwgraph \ qpwgraph \
cifs-utils \ cifs-utils \
rbw 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