Skip to content

Instantly share code, notes, and snippets.

@ekd123
Last active December 19, 2015 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekd123/5963933 to your computer and use it in GitHub Desktop.
Save ekd123/5963933 to your computer and use it in GitHub Desktop.
Install fpack for 64bit Fedora users
#!/bin/sh
echo Installing NekoVM for 64-bit users
wget http://s.dropcanvas.com/1000000/173000/172490/nekovm-2.0.0-1.fc19.x86_64.rpm -O /tmp/nekovm.rpm
yum localinstall /tmp/nekovm.rpm
unlink /tmp/nekovm.rpm
echo Installing fpack
wget https://github.com/fpack/fpack/releases/download/v1.0/fpack.n -O /tmp/fpack.n
nekotools boot /tmp/fpack.n
mv /tmp/fpack /usr/bin/fpack
echo Done. Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment