From ad83644a3735ac4133e20537b3a542973da6d952 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 5 Mar 2024 15:19:14 +0100 Subject: [PATCH] Add proton drive mount --- scripts/Common/Config/UserProfile/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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