Rename font script

This commit is contained in:
Manuel Thalmann 2022-11-28 10:20:15 +01:00
parent ddbf397c90
commit aaa9fd6b4b
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ source "$softwareRoot/rclone/install.sh"
gnome-terminal --tab --wait -- /bin/bash -c "source '$cloudRoot/nextcloud.sh'" gnome-terminal --tab --wait -- /bin/bash -c "source '$cloudRoot/nextcloud.sh'"
# Install fonts # Install fonts
source "$popOSRoot/fonts.sh" source "$popOSRoot/custom-fonts.sh"
source "$softwareRoot/oh-my-posh.sh" source "$softwareRoot/oh-my-posh.sh"
} & } &