add initial manual scripts (coolercontrol, upscayl) to fedora-bootstrap

This commit is contained in:
2025-06-04 10:53:29 +02:00
parent 49ef61c541
commit 5a22f36408
3 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ Contains specialized, system-dependent scripts that are **NOT** run by default.
- Manually invoked only after thorough inspection
- Understood to be highly specific to particular system configurations
### `manual/`
Scripts to install software that are heavily depedendent on what you want / what you have. Eg.: Controlling AIO CPU Coolers
### `packages/`
Scripts dedicated to installing and deploying specific software packages. Each script typically handles the installation, configuration, and initial setup of a particular application or software suite.

View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Installing coolercontrol"
sudo dnf install dnf-plugins-core
sudo dnf copr enable codifryed/CoolerControl
sudo dnf install coolercontrol
sudo systemctl enable --now coolercontrold

View File

@@ -0,0 +1,2 @@
#!/bin/bash
sudo flatpak install flathub org.upscayl.Upscayl