Fix spawning the subshell

This commit is contained in:
Manuel Thalmann 2022-11-13 01:14:16 +01:00
parent c56457f443
commit 81843695a5

View file

@ -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"