#!/bin/bash packages=( openssh-server openssh-client git gitk postgresql-9.4 pgadmin3 sublime-text-installer gedit-plugins xchat skype skype-bin google-chrome-stable ) sudo apt-get install "${packages[@]}"