ykre/install.sh
2020-10-09 22:38:41 +02:00

6 lines
129 B
Bash
Executable File

#!/bin/bash
cargo install --git https://github.com/pluie-org/ykre.git --root ./
sudo mv ./bin/ykre /usr/local/bin/
rm -rf ./bin