- #!/bin/bash
- if (( $EUID != 0 )); then
- echo "Eseguire lo script come amministratore"
- exit
- fi
- apt-get install --yes rapid-photo-downloader
- apt-get install --yes clementine
- flatpak install -y flathub com.calibre_ebook.calibre
- flatpak install -y flathub org.musicbrainz.Picard
- flatpak install -y flathub org.gnome.Shotwell
|