mirror of
https://github.com/zebrajr/HomeLab.git
synced 2026-01-15 12:15:06 +00:00
add initial manual scripts (coolercontrol, upscayl) to fedora-bootstrap
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
7
fedora-bootstrap/manual/coolercontrol.sh
Normal file
7
fedora-bootstrap/manual/coolercontrol.sh
Normal 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
|
||||
2
fedora-bootstrap/manual/upscayl.sh
Normal file
2
fedora-bootstrap/manual/upscayl.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
sudo flatpak install flathub org.upscayl.Upscayl
|
||||
Reference in New Issue
Block a user