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