1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#!/bin/bash PACKAGES=( autoconf automake build-essential cmake cpanminus curl gettext libtool-bin locales-all ninja-build pkg-config unzip ) sudo apt-get update sudo apt-get install -y "${PACKAGES[@]}"