Remove duplicate code

This commit is contained in:
Manuel Thalmann 2024-03-20 23:00:51 +01:00
parent 40b870a1eb
commit 3fe739c701

View file

@ -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";