kha7iq / pingme

PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email.
https://pingme.lmno.pk
MIT License
771 stars 43 forks source link

gzip error when installing #75

Closed githubxnoob closed 11 months ago

githubxnoob commented 11 months ago

Describe the bug i am trying to install it on raspberry pi 4 but i get the following error

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

To Reproduce

Steps to reproduce the behavior:

curl -s https://raw.githubusercontent.com/kha7iq/pingme/master/install.sh | sudo sh
Fetching latest version
Found version 0.2.6
Downloading pingme_0.2.6_Linux_aarch64.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Expected behavior

successful installation

Desktop (please complete the following information):

kha7iq commented 11 months ago

@githubxnoob The install script is fixed now, can you try again and let me know if this fixed your issue.

githubxnoob commented 11 months ago

I can confirm that its fixed. Thank you so much.