mirror of
https://github.com/erpalma/throttled.git
synced 2026-01-04 15:50:27 +01:00
7 lines
187 B
Makefile
7 lines
187 B
Makefile
all: install
|
|
|
|
install:
|
|
install -d /usr/local/sbin/
|
|
install -m 700 lenovo_fix.py /usr/local/sbin/
|
|
install -d /etc/systemd/system/
|
|
install -m 644 lenovo_fix.service /etc/systemd/system/
|