🔧 chore(latest): latest
This commit is contained in:
parent
233bbbe8fb
commit
74c535e93d
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue