summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-04 19:36:02 +0530
committerAndinus <andinus@nand.sh>2020-04-04 19:36:02 +0530
commit2249af4c6dbb4830d2f143122243425b787bc0d5 (patch)
tree6c83f345a27748fb48a78de3dceb668ee1c06ff7
parent245c0bd02978075f295a9715edf4a0b97f46a958 (diff)
downloadcetus-2249af4c6dbb4830d2f143122243425b787bc0d5.tar.gz
Update install instructions to v0.6.4 v0.6.4
-rw-r--r--README.org4
-rwxr-xr-xscripts/install.sh16
2 files changed, 10 insertions, 10 deletions
diff --git a/README.org b/README.org
index c7d8467..8f243df 100644
--- a/README.org
+++ b/README.org
@@ -16,13 +16,13 @@ of the Day & Bing Photo of the Day.
 | [[https://diode.zone/videos/watch/11af8886-7b75-400b-9c4d-05191bd55059][Cetus v0.6.0]]               |
 | [[https://diode.zone/videos/watch/6d01245d-a6d0-4958-881d-f6df609d65ab][Cetus v0.6.0 Demo on macOS]] |
 
-*Dependency*: /feh/, /libnotify/ (optional)
+*Dependency*: /feh/ (optional), /libnotify/ (optional)
 
 It supports /GNOME/, /Unity/, /LXDE/, /Pantheon/ & WM/DE similar to /i3wm/ (including
 i3wm).
 
 *Tested on*:
-- OpenBSD 6.6 with i3wm
+- OpenBSD 6.6 with i3wm (with /unveil/)
 - Lubuntu 18.04 with LXDE
 - macOS Catalina 10.15.3
 
diff --git a/scripts/install.sh b/scripts/install.sh
index 5d29572..5934991 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -1,11 +1,11 @@
 #!/bin/sh
 
-freebsdH="b14b8e41892ec7b7f6a8faa0c868927f68e300b3cda36e1af79683c3313daed7"
-openbsdH="5c6105233b886327699a571e1ed48c434124e94dfa4e08e1b8348a46da7ad1b2"
-linuxH="79b15576fb37ef78ffb424e414eec483c40d237ea40e8234235fa5b1a322a3b2"
-netbsdH="b66ce80fca51cce56b2c48723a5bfb137ef378836062f5054b5e447fc183967f"
-dragonflyH="8eeebfebc71cba05eff71f3b38ab5b60e1c1334730083b3705ba463845034fb8"
-darwinH="bd46b41a86a19c74d791240ae241a0784b7fbd3920c85ac12d1f51f0d741981f"
+freebsdH="47913c8eebb2481bf1282535231cc82793c345ad4c0f382af50e1d7760f5ad32"
+openbsdH="2abdad0520faff64cd3bdf92e194eaf9bafe1866dcde0b432f2a7e288a0806df"
+linuxH="cba19402714d27ce64e57edecab9acc502542c1abb828ad9c5bd7db4241b0ff0"
+netbsdH="d1346f5478931f21d6a9764287230d9362f312c91836773f6a795c7dcc77791c"
+dragonflyH="88ba5cd45abf7a16e6ac3aee8d6e2403e700ed170c6f2191f4474e218cc31cb6"
+darwinH="aea04ff4b027ca7d32d4cf56bdabd2cb3bc0f466ecc634cad0590b9ae774feb6"
 
 earlyCheck(){
     os=`uname`
@@ -33,7 +33,7 @@ earlyCheck(){
 }
 
 getURL(){
-    url="https://archive.org/download/cetus-v0.6.0/cetus-v0.6.0-$os-$cpu"
+    url="https://archive.org/download/cetus-v0.6.4/cetus-v0.6.4-$os-$cpu"
 }
 
 printURL(){
@@ -70,7 +70,7 @@ printURL(){
     echo "$ sha256 /usr/local/bin/cetus"
 }
 
-echo "Cetus v0.6.0"
+echo "Cetus v0.6.4"
 echo
 earlyCheck
 getURL