├── .gitignore ├── README.md ├── config.json ├── install.sh ├── undervolt.py └── undervolt.service /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCsordas/linux-intel-undervolt-tool/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCsordas/linux-intel-undervolt-tool/HEAD/config.json -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCsordas/linux-intel-undervolt-tool/HEAD/install.sh -------------------------------------------------------------------------------- /undervolt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCsordas/linux-intel-undervolt-tool/HEAD/undervolt.py -------------------------------------------------------------------------------- /undervolt.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RobertCsordas/linux-intel-undervolt-tool/HEAD/undervolt.service --------------------------------------------------------------------------------