Szafir component installer for Chromium on Linux
Jacek Kowalski
2018-03-01 b74eb88f6e9768bf423c6c16db057ec193d7878a
Fix commented-out entries
1 files modified
11 ■■■■ changed files
szafir-chromium.sh 11 ●●●● patch | view | raw | blame | history
szafir-chromium.sh
@@ -38,12 +38,7 @@
trap cleanup EXIT
echoCyan "Downloading Szafir Host...."
#wget -N "http://www.elektronicznypodpis.pl/gfx/elektronicznypodpis/pl/defaultstronaopisowa/146/1/1/szafirhost.msi"
cp /tmp/szafirhost.msi .
echo
echoCyan "Extracting data..."
7z x szafirhost.msi
wget -N "http://www.elektronicznypodpis.pl/gfx/elektronicznypodpis/pl/defaultstronaopisowa/146/1/1/szafirhost.msi"
echo
echoCyan "Verifying checksum..."
@@ -51,6 +46,10 @@
sha256sum -c SHA256SUM
echo
echoCyan "Extracting data..."
7z x szafirhost.msi
echo
echoCyan "Preparing Chrome Messaging Host adapter..."
CHROME_DIR=szafir-native-messaging-host
mkdir "${CHROME_DIR}"