]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Fixed type in install.sh. Updated install document to diable interfaces.
authorJohn Melton - G0ORX <john.d.melton@googlemail.c>
Mon, 20 Nov 2017 20:16:29 +0000 (20:16 +0000)
committerJohn Melton - G0ORX <john.d.melton@googlemail.c>
Mon, 20 Nov 2017 20:16:29 +0000 (20:16 +0000)
release/documentation/pihpsdr-install.odt
release/documentation/pihpsdr-install.pdf
release/pihpsdr-v1.2.tar
release/pihpsdr.tar
release/pihpsdr/install.sh

index 1131c69fd05d4238e21ad73e6396869023818cae..3f1abe104d35d4d1f3b3d0e378b45ff7757cbb30 100644 (file)
Binary files a/release/documentation/pihpsdr-install.odt and b/release/documentation/pihpsdr-install.odt differ
index fcd0324105f3b6f9b58680e389dd160487cfb2d2..939d1c27062b81ecdea9d97653b966fbdfb81813 100644 (file)
Binary files a/release/documentation/pihpsdr-install.pdf and b/release/documentation/pihpsdr-install.pdf differ
index 4b280493f6b23bc5ea96a6e5d024ef8ec9006fc2..6c904c52d1311d5c01443e8269fa879a4d2ae798 100644 (file)
Binary files a/release/pihpsdr-v1.2.tar and b/release/pihpsdr-v1.2.tar differ
index 4b280493f6b23bc5ea96a6e5d024ef8ec9006fc2..6c904c52d1311d5c01443e8269fa879a4d2ae798 100644 (file)
Binary files a/release/pihpsdr.tar and b/release/pihpsdr.tar differ
index 50bac1838543a20155fd2678e741f31a451dbca8..e44c8962692d106a6b248084b1718cefca31de46 100755 (executable)
@@ -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