diff --git a/scripts/Common/Config/UserProfile/install.sh b/scripts/Common/Config/UserProfile/install.sh index 88efd2ad8..6adbb2020 100755 --- a/scripts/Common/Config/UserProfile/install.sh +++ b/scripts/Common/Config/UserProfile/install.sh @@ -1,5 +1,6 @@ #!/bin/bash NEXTCLOUD_DIR="${NEXTCLOUD_DIR:-Nextcloud}"; +PROTON_DIR="${PROTON_DIR:-Proton}"; INSTALL_FONTS="${INSTALL_FONTS}"; dir="${BASH_SOURCE%/*}"; pushd "$dir" > /dev/null; @@ -13,6 +14,7 @@ fi; # Sync clouds NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" . "../rclone/InstallSync.sh" nextcloud "$NEXTCLOUD_DIR"; +PROTON_DIR="${PROTON_DIR}" . "../rclone/InstallSync.sh" proton "$PROTON_DIR"; if isTruthy "$INSTALL_FONTS" then