Created
August 27, 2020 15:15
-
-
Save sar/4f75321b3b4a0c2b2a1ec40225abce51 to your computer and use it in GitHub Desktop.
DisplayCAL GUI on Fedora 32 via Toolbox Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
tb_exists=`which toolbox` | |
if [ ${tb_exists} != "/usr/bin/toolbox" ] | |
then | |
sudo dnf install toolbox -y | |
fi | |
toolbox create -c displaycal -r 31 -y | |
toolbox run -c displaycal sudo dnf install -y libXScrnSaver https://displaycal.net/download/Fedora_31/x86_64/DisplayCAL.rpm | |
toolbox run -c displaycal displaycal | |
printf '\n --> Update displaycal ArgyllCMS \n --> Select Executables via file -> locate ArgyllCMS executables if not detected automatically \n\n' | |
printf '\n --> Export Calibrated Profile for Host Usage \n\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment