Releases: Jfeatherstone/ColorScreen
Releases · Jfeatherstone/ColorScreen
ColorScreen v1.0 Linux
Here is the first version of Color Screen that should run on any Linux machine. I've bundled the libraries with the executable (using pyinstaller) so although it is rather large, it should work even if you don't have all of the dependencies installed!
Feel free to download either of the install scripts and run them (no need to download the other files) or download the binary/code and install as you'd like! I'm pretty new to making install scripts, so please check them over before you run them!
If you want to install directly from the command line, try either of these two commands (likely will need to be run as root):
sh -c "$(curl -fsSL https://github.com/Jfeatherstone/ColorScreen/releases/download/v1.0/install.sh)"
sh -c "$(curl -fsSL https://github.com/Jfeatherstone/ColorScreen/releases/download/v1.0/install-nodep.sh)"