Turns a Keybow into a macro keyboard with multiple, on-the-fly switchable layouts – so you don't need to swap mSD cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
359 B

#!/bin/bash
# Installs the required libraries on Ubuntu ~18.10 LTS for Lua testing.
#sudo apt-get remove lua*
sudo apt-get install --yes lua5.3 liblua5.3-dev
sudo update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 10
sudo apt-get install --yes luarocks
sudo luarocks install busted
sudo luarocks install luasocket
sudo luarocks install luacheck