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 - jq
riju: riju:
- prettier - prettier
- yj
main: "main.yaml" main: "main.yaml"
template: | template: |

View File

@ -6,6 +6,16 @@ install:
apt: apt:
- qt5-qmake - qt5-qmake
- qtscript5-dev - 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" main: "main.zot"
template: | template: |

View File

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