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