From 3fe739c70132e99678ecf8c060abd2e71a98fe02 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 20 Mar 2024 23:00:51 +0100 Subject: [PATCH] Remove duplicate code --- scripts/Common/Config/UserProfile/install.sh | 6 ------ 1 file changed, 6 deletions(-) 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";