fix nextcloud and modularize
This commit is contained in:
@@ -55,13 +55,3 @@ sudo pacman -S --needed \
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
EXPORT NC_USER="mathias"
|
||||||
|
EXPORT NC_PASSWORD="$(rbw get Nextcloud)"
|
||||||
|
|
||||||
|
# Setup rbw
|
||||||
|
rbw config set email mathias2784@web.de
|
||||||
|
rbw register
|
||||||
|
|
||||||
|
nextcloudcmd --non-interactive \
|
||||||
|
~/nextcloud \
|
||||||
|
https://nextcloud.schneiderserver.site
|
||||||
|
|
||||||
|
# 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
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
basic:
|
basic:
|
||||||
bash .install_skripte/install_basic_pcks.sh
|
bash .install_skripte/install_basic_pcks.sh
|
||||||
stow nvim
|
stow nvim
|
||||||
|
bash .install_skripte/nextcloud.sh
|
||||||
hypr: basic
|
hypr: basic
|
||||||
stow hypr
|
stow hypr
|
||||||
bash .install_skripte/install_hypr_pcks.sh
|
bash .install_skripte/install_hypr_pcks.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user