diff --git a/.travis.yml b/.travis.yml index ad2e46c..dc93532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,10 @@ script: - ./appimagetool-x86_64.AppImage -g AppDir after_success: - - curl --upload-file ./Insight-*-x86_64.AppImage "https://transfer.sh/Insight.AppImage" > ./one-upload - - echo "$(cat ./one-upload)" # this way we get a newline - - echo -n "$(cat ./one-upload)\\n" >> ./uploaded-to - - # bash scripts/upload.sh Insight-*-x86_64.AppImage *zsync + - # curl --upload-file ./Insight-*-x86_64.AppImage "https://transfer.sh/Insight.AppImage" > ./one-upload + - # echo "$(cat ./one-upload)" # this way we get a newline + - # echo -n "$(cat ./one-upload)\\n" >> ./uploaded-to + - bash scripts/upload.sh Insight-*-x86_64.AppImage *zsync branches: except: diff --git a/README.md b/README.md index 4066bca..029868e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Infact you **don't even have to install anything** , **Just download a binary an Download the **binary** and **mark it executable** as mentioned in the **table below** , This **does not depend on anything** this can even run in a live boot **without installing anything**, Have fun! +**Note**: If the version below did not work try a older version which can be downloaded from the releases page. + +
- - + + |
- $ chmod +x Insight-1b74f77-x86_64.AppImage - $ ./Insight-1b74f77-x86_64.AppImage + $ chmod +x Insight-90f2e23-x86_64.AppImage + $ ./Insight-90f2e23-x86_64.AppImage |