summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 19:06:28 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 19:06:28 (EDT)
commit11999d5b62a253deefe22a9517eeac44f98a86a4 (patch)
tree4c172740a94bd723a81de33af58d58c22d7462f5
parente5b9fc1b258152fa52b43dc86b14a8a5d7f9df56 (diff)
downloadpc-inst-11999d5b62a253deefe22a9517eeac44f98a86a4.zip
pc-inst-11999d5b62a253deefe22a9517eeac44f98a86a4.tar.gz
pc-inst-11999d5b62a253deefe22a9517eeac44f98a86a4.tar.bz2
alsvid3: Install ssic
-rw-r--r--hosts/alsvid3/postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst
index c8ec858..b2a669b 100644
--- a/hosts/alsvid3/postinst
+++ b/hosts/alsvid3/postinst
@@ -98,6 +98,14 @@ in_target sh <<-EOF
EOF
[ ${?} -ne 0 ] && return 1
+# Install ssic.
+in_target wget 'http://www.pehjota.net/~pj/ssic/ssic_1.0.0-1_all.deb'
+printf '%s %s\n' \
+ '324ef3522f932e20be28f3f9fa8f3b1cad01a4739863be3d97fe7ceffaa1b2b4' \
+ 'ssic_1.0.0-1_all.deb' | in_target sha256sum -c
+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