updated swappy

This commit is contained in:
JaKooLit 2023-10-14 23:54:33 +09:00
parent ee2a96c722
commit 89339c176c

View File

@ -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