chore: Add missing source call to just fleek-install-themes

This commit is contained in:
Kyle Gospodnetich 2023-09-01 17:25:01 -07:00
parent 585f8bd530
commit 71cbd48598
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ install-fleek:
fleek-install-themes:
#!/usr/bin/env bash
source /etc/default/bazzite
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
fleek add adw-gtk3 --apply
else

View File

@ -56,6 +56,7 @@ install-fleek:
fleek-install-themes:
#!/usr/bin/env bash
source /etc/default/bazzite
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
fleek add adw-gtk3 --apply
else