Last active
December 19, 2015 13:40
-
-
Save ekd123/5963933 to your computer and use it in GitHub Desktop.
Install fpack for 64bit Fedora users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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