mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 12:20:00 -07:00
initial
This commit is contained in:
16
rpi-os.install
Executable file
16
rpi-os.install
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Installing lua..."
|
||||
sudo apt install lua5.1 liblua5.1-dev
|
||||
|
||||
echo "Installing luarocks..."
|
||||
sudo apt install luarocks
|
||||
|
||||
echo "Installing dependencies..."
|
||||
sudo luarocks install cmark
|
||||
sudo luarocks install luafilesystem
|
||||
sudo luarocks install lsocket
|
||||
|
||||
echo "Installing fennel..."
|
||||
sudo curl -o /bin/fennel https://fennel-lang.org/downloads/fennel-1.4.2
|
||||
sudo chmod +x /bin/fennel
|
Reference in New Issue
Block a user