Remove duplicate code
This commit is contained in:
parent
696988e187
commit
b890c0d9c6
1 changed files with 0 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue