07-08-2020, 10:52 AM
On a fairly vanilla manjaro system (by that I mean I've installed some stuff but not a lot of development tools) you need at the very least to add
You could easily need other things if it is a truly fresh install.
Otherwise, script worked great and took about an hour I would guess - I was a away a decent time period. Also, for those who don't realize it, the last command
Will uninstall atom, which is doubtful you would want to do right away.
Thanks
Code:
sudo pacman -S fakeroot binutils electron patch
Otherwise, script worked great and took about an hour I would guess - I was a away a decent time period. Also, for those who don't realize it, the last command
Code:
sudo pacman -R atom
Thanks