tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

Raspberry Pi 3 B+ Heroku Architecture Issue. #32

Closed tango4567 closed 3 years ago

tango4567 commented 3 years ago

Issue:

sudo curl https://cli-assets.heroku.com/install.sh | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1892  100  1892    0     0    124      0  0:00:15  0:00:15 --:--:--   402

This script requires superuser access. You will be prompted for your password by sudo. unsupported arch: aarch64

tango4567 commented 3 years ago

For detailed explanation visit here

# replace arm* check with aarch* if you're affected by this bug
curl -s https://cli-assets.heroku.com/install.sh | sed 's/arm\*/aarch\*/g' | sh