🔧 chore(latest): latest

This commit is contained in:
Brian Zalewski 2023-01-12 06:21:08 +00:00
parent 233bbbe8fb
commit 74c535e93d
2 changed files with 0 additions and 4 deletions

View file

@ -6,8 +6,6 @@
# extension config hash: {{ include (joinPath .host.home ".config" "desktop" "gnome.yml") | sha256sum }}
set -x
### Ensure /tmp/install-gnome-extensions.txt is not present on the system
if [ -f /tmp/install-gnome-extensions.txt ]; then
rm -f /tmp/install-gnome-extensions.txt

View file

@ -9,8 +9,6 @@ if command -v install-software > /dev/null; then
install-software plymouth
fi
set -x
### Apply update-alternatives
if command -v update-alternatives > /dev/null; then
if [ -f "/usr/local/share/plymouth/themes/{{ .theme }}/{{ .theme }}.plymouth" ]; then