Closed excited-bore closed 1 year ago
Which Linux distro are you running? On Arch and Gentoo moar
is already packaged.
Can be useful for other things as well!
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install moar
Then I need a Go arch triplet from your Pi.
uname -a
output from that machine might do the trick.
EDIT: output neofetch
`.::///+:/-. --///+//-:`` user@pie
`+oooooooooooo: `+oooooooooooo: ------------
/oooo++//ooooo: ooooo+//+ooooo. OS: Raspbian GNU/Linux 11 (bullseye) armv
`+ooooooo:-:oo- +o+::/ooooooo: Host: Raspberry Pi 4 Model B Rev 1.4
`:oooooooo+`` `.oooooooo+- Kernel: 5.15.84-v7l+
`:++ooo/. :+ooo+/.` Uptime: 4 hours, 33 mins
...` `.----.` ``.. Packages: 1835 (dpkg), 9 (snap)
.::::-``:::::::::.`-:::-` Shell: bash 5.1.4
-:::-` .:::::::-` `-:::- Terminal: /dev/pts/1
`::. `.--.` `` `.---.``.::` CPU: BCM2711 (4) @ 1.800GHz
.::::::::` -::::::::` ` Memory: 253MiB / 3838MiB
.::` .:::::::::- `::::::::::``::.
-:::` ::::::::::. ::::::::::.`:::-
:::: -::::::::. `-:::::::: ::::
-::- .-:::-.``....``.-::-. -::-
.. `` .::::::::. `..`..
-:::-` -::::::::::` .:::::`
:::::::` -::::::::::` :::::::.
.::::::: -::::::::. ::::::::
`-:::::` ..--.` ::::::.
`...` `...--..` `...`
.::::::::::
`.-::::-`
uname -a
Linux pie 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux
Homebrew sadly doesn't work on a raspberry as brew only supports intel chips
Output install brew:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==> Checking for `sudo` access (which may request your password)... [sudo] password for user: Sorry, try again. [sudo] password for user: Homebrew on Linux is only supported on Intel processors!
Don't really know what you mean with Go triplets so I hope this suffices
To Go that seems to be linux/arm
.
No triplets, that was for some other toolchain...
Tagged with Debian since if moar
had been Debian packaged then you'd likely have had it already:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944035
Linux ARM binary: https://github.com/walles/moar/releases/tag/v1.12.0
Ref: #137
Would love to get this to run on a pi