pub / sguard

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

commit 05614554ec41601dabdec95813e294f03c3acc96
parent 4c17f9ea380f523d24f46ae50423f8840642c99e
Author: JayVii <jayvii[AT]noreply[DOT]localhost>
Date:   Fri, 19 Mar 2021 14:52:31 +0100

Merge pull request 'fixed git command to use clone instead of pull' (#1) from iscott/PinePhoneScripts:fix-readme-typo into main

Reviewed-on: https://src.jayvii.de/Hobby/PinePhoneScripts/pulls/1

Diffstat:
Msguard/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sguard/README.md b/sguard/README.md @@ -35,7 +35,7 @@ unable to trigger the suspend-inhibit. Just download this source directory, and run the Makefile: ``` -git pull https://src.jayvii.de/Hobby/PinePhoneScripts +git clone https://src.jayvii.de/Hobby/PinePhoneScripts cd PinePhoneScripts/sguard make install ```