summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/logi1/postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index eca7348..3c21d0d 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -175,9 +175,9 @@ printf '%s %s\n' \
in_target dpkg -i 'ssic_1.0.0-1_all.deb'
in_target rm -f 'ssic_1.0.0-1_all.deb'
-# Download wallpaper.
-in_target sudo -u pj wget -O /home/pj/.wallpaper \
- http://product-files.libiquity.com/taurinus/boot-splash/x200/background.png
+# Convert wallpaper.
+wp_dir='/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images'
+in_target sudo -u pj convert "${wp_dir}/1280x1024.svg" 'png:/home/pj/.wallpaper'
# Use temporary configuation SSH key.
install -d -o 1000 -g 1000 -m 0700 "${target}/home/pj/.ssh" || return 1