Remove unnecessary script

This commit is contained in:
Manuel Thalmann 2023-01-23 19:37:57 +01:00
parent cd781cd265
commit def5debe8c
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@ configRoot="$scriptRoot/Config";
# Sync clouds
{
gnome-terminal --tab --wait -- /bin/bash "$cloudRoot/NextcloudSync/install.sh";
gnome-terminal --tab --wait -- /bin/bash "$cloudRoot/InstallSync.sh" nextcloud Nextcloud;
# Install fonts
source "$configRoot/Fonts/NerdFont/install.sh";

View file

@ -1,2 +0,0 @@
#!/bin/bash
source "${BASH_SOURCE%/*}/../InstallSync.sh" nextcloud Nextcloud;