vp-09-add-mm-collections.sh 326 B

1234567891011121314
  1. #!/bin/bash
  2. if (( $EUID != 0 )); then
  3. echo "Eseguire lo script come amministratore"
  4. exit
  5. fi
  6. apt-get install --yes rapid-photo-downloader
  7. apt-get install --yes clementine
  8. flatpak install -y flathub com.calibre_ebook.calibre
  9. flatpak install -y flathub org.musicbrainz.Picard
  10. flatpak install -y flathub org.gnome.Shotwell