1
0
Fork 0
mirror of https://github.com/eosswedenorg/eosio-keygen-extras synced 2026-06-17 05:10:02 +02:00

Adding debian-deps.sh

This commit is contained in:
Henrik Hautakoski 2022-11-12 17:16:06 +01:00
parent 0ab792ec41
commit 192c90f7fc

11
debian-deps.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
PKG=(
wamerican
wamerican-huge
wbritish
wbritish-large
wswedish
)
sudo apt-get install ${PKG[@]}