Skip to content

Conversation

@ThomasKraaibeek
Copy link
Contributor

Hi!
I just downloaded the content of https://raw.githubusercontent.com/aurora/rmate/master/rmate and saved the file to the container for atom support, since the curl action didn't seem to work. Hope this is fine. Everything should be working properly now.

  • Added rmate file
  • Removed curl for rmate file
  • Added yum install net-tools (needed in bootstrap.sh line 4 to get container ip)

Fixes #4

@pozgo
Copy link
Member

pozgo commented Feb 5, 2021

Firstly. Thanks for the PR.

I have posted a comment on the issue at hand


I think we could add -k to curl command so it would look like:

curl -k -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate


Test defualt

[root@a97a38a19a23 ~]# curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10553  100 10553    0     0  62885      0 --:--:-- --:--:-- --:--:-- 63191

Test with -k

[root@a97a38a19a23 ~]# curl -k -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/
master/rmate
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10553  100 10553    0     0  59342      0 --:--:-- --:--:-- --:--:-- 5962

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

Successfully merging this pull request may close these issues.

Curl problem

2 participants