rwxrob-dot/install/ubuntu/install-neo

7 lines
73 B
Plaintext
Raw Normal View History

2022-02-19 06:56:36 +00:00
#!/bin/sh
clone st3w/neo
./autogen.sh
./configure
make
sudo make install