Make fonts dependent on nextcloud

This commit is contained in:
Manuel Thalmann 2022-11-13 01:14:42 +01:00
parent 3a8678f474
commit ca63abdf2c

View file

@ -20,10 +20,10 @@ source "$softwareRoot/rclone/install.sh"
{ {
sudo apt install dbus-x11 sudo apt install dbus-x11
gnome-terminal -- /bin/bash -c "source '$cloudRoot/nextcloud.sh'" gnome-terminal -- /bin/bash -c "source '$cloudRoot/nextcloud.sh'"
} &
# Install fonts # Install fonts
source "$popOSRoot/fonts.sh" source "$popOSRoot/fonts.sh"
} &
# Install surface-linux and Secure Boot # Install surface-linux and Secure Boot
source "$popOSRoot/linux-surface.sh" source "$popOSRoot/linux-surface.sh"