🔧 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 }}
|
# 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
|
### Ensure /tmp/install-gnome-extensions.txt is not present on the system
|
||||||
if [ -f /tmp/install-gnome-extensions.txt ]; then
|
if [ -f /tmp/install-gnome-extensions.txt ]; then
|
||||||
rm -f /tmp/install-gnome-extensions.txt
|
rm -f /tmp/install-gnome-extensions.txt
|
||||||
|
|
|
@ -9,8 +9,6 @@ if command -v install-software > /dev/null; then
|
||||||
install-software plymouth
|
install-software plymouth
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
### Apply update-alternatives
|
### Apply update-alternatives
|
||||||
if command -v update-alternatives > /dev/null; then
|
if command -v update-alternatives > /dev/null; then
|
||||||
if [ -f "/usr/local/share/plymouth/themes/{{ .theme }}/{{ .theme }}.plymouth" ]; then
|
if [ -f "/usr/local/share/plymouth/themes/{{ .theme }}/{{ .theme }}.plymouth" ]; then
|
||||||
|
|
Loading…
Reference in a new issue