closing #1450
This commit is contained in:
parent
c01f0f2e4b
commit
30424b9b9a
|
@ -4,7 +4,7 @@
|
||||||
First make sure you have `dpkg` and `appimagetool` installed.
|
First make sure you have `dpkg` and `appimagetool` installed.
|
||||||
From packages/AppImage/ Dir run `install.sh` to install the appimagetool.
|
From packages/AppImage/ Dir run `install.sh` to install the appimagetool.
|
||||||
```
|
```
|
||||||
sudo ./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build and Install
|
## Build and Install
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
SELF_DIR="$(dirname "$(readlink -f "$0")")"
|
SELF_DIR="$(dirname "$(readlink -f "$0")")"
|
||||||
cd "$SELF_DIR/usr/bin/"
|
python "$SELF_DIR"/usr/lib/python2.7/dist-packages/pybitmessage/bitmessagemain.py "$@"
|
||||||
exec "pybitmessage"
|
|
|
@ -2,4 +2,3 @@
|
||||||
|
|
||||||
wget -O "appimagetool" "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
wget -O "appimagetool" "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||||
chmod a+x appimagetool
|
chmod a+x appimagetool
|
||||||
mv appimagetool /usr/bin/
|
|
||||||
|
|
Reference in New Issue
Block a user