Remove unnecessary script
This commit is contained in:
parent
8c9e53cc07
commit
cecf223fad
2 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
source "${BASH_SOURCE%/*}/../InstallSync.sh" nextcloud Nextcloud;
|
Loading…
Reference in a new issue