mirror of
https://github.com/erpalma/throttled.git
synced 2026-04-05 22:35:40 +00:00
7 lines
No EOL
187 B
Makefile
7 lines
No EOL
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/
|