From 89339c176c5d8fdd4047e7ec15a688e1afe001a3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 14 Oct 2023 23:54:33 +0900 Subject: [PATCH] updated swappy --- install-scripts/swappy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/swappy.sh b/install-scripts/swappy.sh index 4ce296a..6be7bb5 100755 --- a/install-scripts/swappy.sh +++ b/install-scripts/swappy.sh @@ -24,7 +24,7 @@ LOG="install-$(date +'%d-%H%M%S')_swappy.log" printf "${NOTE} Installing swappy..\n" -if git https://github.com/jtheoof/swappy.git; then +if git clone https://github.com/jtheoof/swappy.git; then cd swappy || exit 1 meson build ninja -C build