From: John Melton - G0ORX Date: Mon, 20 Nov 2017 20:16:29 +0000 (+0000) Subject: Fixed type in install.sh. Updated install document to diable interfaces. X-Git-Url: https://git.rkrishnan.org/pf/$top_link?a=commitdiff_plain;h=8b80befbb2c4dcc0428093b71f12090069d34872;p=pihpsdr.git Fixed type in install.sh. Updated install document to diable interfaces. --- diff --git a/release/documentation/pihpsdr-install.odt b/release/documentation/pihpsdr-install.odt index 1131c69..3f1abe1 100644 Binary files a/release/documentation/pihpsdr-install.odt and b/release/documentation/pihpsdr-install.odt differ diff --git a/release/documentation/pihpsdr-install.pdf b/release/documentation/pihpsdr-install.pdf index fcd0324..939d1c2 100644 Binary files a/release/documentation/pihpsdr-install.pdf and b/release/documentation/pihpsdr-install.pdf differ diff --git a/release/pihpsdr-v1.2.tar b/release/pihpsdr-v1.2.tar index 4b28049..6c904c5 100644 Binary files a/release/pihpsdr-v1.2.tar and b/release/pihpsdr-v1.2.tar differ diff --git a/release/pihpsdr.tar b/release/pihpsdr.tar index 4b28049..6c904c5 100644 Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ diff --git a/release/pihpsdr/install.sh b/release/pihpsdr/install.sh index 50bac18..e44c896 100755 --- a/release/pihpsdr/install.sh +++ b/release/pihpsdr/install.sh @@ -20,14 +20,14 @@ Exec=`pwd`/start_pihpsdr.sh Icon=`pwd`/hpsdr_icon.png Name=piHPSDR EOT -cp pihpsdr.dshesktop ~/Desktop -if [ ! -d "~/.local" ]; then +cp pihpsdr.desktop ~/Desktop +if [ ! -d ~/.local ]; then mkdir ~/.local fi -if [ ! -d "~/.local/share" ]; then +if [ ! -d ~/.local/share ]; then mkdir ~/.local/share fi -if [ ! -d "~/.local/share/applications" ]; then +if [ ! -d ~/.local/share/applications ]; then mkdir ~/.local/share/applications fi cp pihpsdr.desktop ~/.local/share/applications