Created
October 22, 2019 17:50
-
-
Save catwell/9dbbefb5661150cf960a4ef18c9cbff6 to your computer and use it in GitHub Desktop.
Use Hisham's userland on Arch Linux
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
pacman -S love | |
git clone [email protected]:hishamhm/userland.git | |
cd userland | |
wget https://raw.githubusercontent.com/oploadk/localua/master/localua.sh | |
sh localua.sh localua 5.1.5 | |
ln -s ./localua/bin/luarocks . | |
./luarocks install inspect | |
./luarocks install userland-dev-1.rockspec | |
./userland |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment