pub / sguard

Suspend Guard for the PhoneShell "Phosh"
git clone https://src.jayvii.de/pub/sguard.git
Home | Log | Files | Exports | Refs | README | RSS

Makefile (347B)


      1 # SPDX-FileCopyrightText: 2021 JayVii
      2 # SPDX-License-Identifier: GPL-3.0-or-later
      3 # About this header: https://reuse.software
      4 
      5 install:
      6 	mkdir -p ${HOME}/.local/bin
      7 	mkdir -p ${HOME}/.config/systemd/user
      8 	install -m 700 ./sguard.sh ${HOME}/.local/bin/
      9 	install -m 755 ./sguard.service ${HOME}/.config/systemd/user/
     10 	systemctl --user daemon-reload