Refactor cloud setup
This commit is contained in:
parent
2dc2e03b23
commit
12a66eb525
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ source "$configRoot/GnomeExtensions/install.sh";
|
||||||
source "$softwareRoot/rclone/install.sh";
|
source "$softwareRoot/rclone/install.sh";
|
||||||
|
|
||||||
{
|
{
|
||||||
gnome-terminal --tab --wait -- /bin/bash -c "source '$cloudRoot/NextcloudSync/install.sh'";
|
gnome-terminal --tab --wait -- /bin/bash "$cloudRoot/NextcloudSync/install.sh";
|
||||||
|
|
||||||
# Install fonts
|
# Install fonts
|
||||||
source "$configRoot/Fonts/NerdFont/install.sh";
|
source "$configRoot/Fonts/NerdFont/install.sh";
|
||||||
|
|
Loading…
Reference in a new issue