#!/bin/bash # # Provisioner for dictionaries # # Check for sudo if [ "`whoami`" != "root" ]; then SUDO="sudo" fi # Dictionaries $SUDO apt install -y dict dict-gcide dict-freedict-eng-por \ dict-freedict-eng-ell dict-freedict-eng-lat