Make fonts dependent on nextcloud

This commit is contained in:
Manuel Thalmann 2022-11-13 01:14:42 +01:00
parent 81843695a5
commit 1d89ac0132

View file

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