mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-07-04 12:03:43 +02:00
Adding debian-deps.sh
This commit is contained in:
parent
0ab792ec41
commit
192c90f7fc
1 changed files with 11 additions and 0 deletions
11
debian-deps.sh
Executable file
11
debian-deps.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
PKG=(
|
||||||
|
wamerican
|
||||||
|
wamerican-huge
|
||||||
|
wbritish
|
||||||
|
wbritish-large
|
||||||
|
wswedish
|
||||||
|
)
|
||||||
|
|
||||||
|
sudo apt-get install ${PKG[@]}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue