Make fonts dependent on nextcloud
This commit is contained in:
parent
3a8678f474
commit
ca63abdf2c
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue