mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-06-16 05:04:54 +02:00
13 lines
163 B
Bash
Executable file
13 lines
163 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
PKG=(
|
|
wamerican
|
|
wamerican-huge
|
|
wbritish
|
|
wbritish-large
|
|
wswedish
|
|
wdanish
|
|
wfrench
|
|
)
|
|
|
|
sudo apt-get install ${PKG[@]}
|