Fix spawning the subshell
This commit is contained in:
parent
2dec884676
commit
3a8678f474
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ source "$softwareRoot/gnome-extensions.sh"
|
|||
|
||||
# Sync clouds
|
||||
source "$softwareRoot/rclone/install.sh"
|
||||
source "$cloudRoot/nextcloud.sh" &
|
||||
|
||||
{
|
||||
sudo apt install dbus-x11
|
||||
gnome-terminal -- /bin/bash -c "source '$cloudRoot/nextcloud.sh'"
|
||||
} &
|
||||
|
||||
# Install fonts
|
||||
source "$popOSRoot/fonts.sh"
|
||||
|
|
Loading…
Reference in a new issue