diff --git a/scripts/Common/Config/UserProfile/install.sh b/scripts/Common/Config/UserProfile/install.sh index 114afb77..8abede33 100755 --- a/scripts/Common/Config/UserProfile/install.sh +++ b/scripts/Common/Config/UserProfile/install.sh @@ -30,12 +30,6 @@ else pushd "$dir" > /dev/null; . "../../Scripts/is-truthy.sh"; - if isTruthy "$INSTALL_FONTS" - then - # Microsoft Windows Fonts - source "../Fonts/MicrosoftFonts/install.sh"; - fi; - # Sync clouds echo "Please complete the setup of your profile!"; NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" . "../rclone/InstallSync.sh" nextcloud "$NEXTCLOUD_DIR";