Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of errors, when installing probably my fault! #102

Open
Bigishchak04 opened this issue Jan 11, 2024 · 7 comments
Open

Lots of errors, when installing probably my fault! #102

Bigishchak04 opened this issue Jan 11, 2024 · 7 comments

Comments

@Bigishchak04
Copy link

Hi there when I try to run the:

export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}') wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf - -O goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream > goMarkableStream chmod +x goMarkableStream ./goMarkableStream

I get these errors:

wget: note: TLS certificate validation not implemented wget: TLS error from peer (alert code 80): 80 wget: error getting response: Connection reset by peer -sh: export: -q': not a valid identifier
-sh: export: -O': not a valid identifier -sh: export: -': not a valid identifier
-sh: export: https://github.com/owulveryck/goMarkableStream/releases/download//goMarkableStream__linux_arm.tar.gz': not a valid identifier tar: invalid magic tar: short read tar: goMarkableStream__linux_arm/goMarkableStream: not found in archive

i followed the SSH access guide to get into the command line of the remarkable 2

@owulveryck
Copy link
Owner

Hello,

from what I see, you are copy/pasting all commands in a single line which is wrong.

try this, line by line

  • export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}')
  • wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf - -O goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream > goMarkableStream
  • chmod +x goMarkableStream ./goMarkableStream

@Bigishchak04
Copy link
Author

Bigishchak04 commented Jan 14, 2024 via email

@Am4rantheus
Copy link

Same problem for me, also while adding comments single lined.

@owulveryck
Copy link
Owner

Sorry for the delay; I will try to have a look this week end

@yannickperrenet
Copy link

I had the same errors so I simply ran the commands locally to get the executable and then copied it to the remarkable using scp goMarkableStream root@remarkable:

@alkemyst
Copy link

Hi all,
a quick workaround was downloading the binary on my computer and then copying it over to the remarkable. That is: on your linux PC you do:

export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}')
wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf - -O goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream > goMarkableStream
chmod +x goMarkableStream
scp goMarkableStream [email protected]:

@Am4rantheus
Copy link

worked now, but adress says remarkble didnt accept connection via remarkable.local.address:2001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants