- #!/bin/bash
- # installo localizzazioni
- apt-get install --yes hunspell-it mythes-it
- # firefox
- apt-get install --yes --no-install-recommends firefox-esr
- apt-get install --yes firefox-esr-l10n-it
- # libreoffice
- apt-get install --yes --no-install-recommends libreoffice
- apt-get install --yes libreoffice-help-it libreoffice-l10n-it
- apt-get install --yes libreoffice-evolution
|