Fix last few languages

This commit is contained in:
Radon Rosborough 2021-01-22 16:55:31 -08:00
parent 5f63e545be
commit 469e8cd215
3 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install:
- jq
riju:
- prettier
- yj
main: "main.yaml"
template: |

View File

@ -6,6 +6,16 @@ install:
apt:
- qt5-qmake
- qtscript5-dev
apt:
- libqt5script5
manual: |
install -d "${pkg}/usr/local/bin"
git clone https://github.com/manyoso/zot.git
pushd zot
./build.sh
cp build/bin/zot "${pkg}/usr/local/bin/"
popd
main: "main.zot"
template: |

View File

@ -8,6 +8,7 @@ monacoLang: shell
install:
apt:
- zsh
- zsh-doc
repl: |
SHELL=/usr/bin/zsh zsh