Menu-libre_Displaycal
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Créer un environnement virtuel
|
||||
py -3.9 -m venv ~/displaycal
|
||||
|
||||
# Activer l'environnement virtuel
|
||||
source ~/displaycal/bin/activate
|
||||
|
||||
# Démarrer DisplayCAL
|
||||
displaycal
|
||||
@@ -1,3 +1,3 @@
|
||||
sudo flatpak install -y app/org.signal.Signal/x86_64/stable rustdesk PrusaSlicer app/org.gimp.GIMP/x86_64/stable app/io.github.quodlibet.QuodLibet/x86_64/stable
|
||||
sudo flatpak install -y net.sourceforge.Hugin org.clementine_player.Clementine org.avidemux.Avidemux org.blender.Blender com.github.zocker_160.SyncThingy com.spotify.Client github-desktop app/io.github.TransmissionRemoteGtk/x86_64/stable
|
||||
sudo flatpak install -y app/org.videolan.VLC/x86_64/stable app/fr.handbrake.ghb/x86_64/stable app/org.libreoffice.LibreOffice/x86_64/stable app/com.discordapp.Discord/x86_64/stable
|
||||
sudo flatpak install -y app/org.videolan.VLC/x86_64/stable app/fr.handbrake.ghb/x86_64/stable app/org.libreoffice.LibreOffice/x86_64/stable app/com.discordapp.Discord/x86_64/stable menulibre
|
||||
Reference in New Issue
Block a user