ykre/install.sh
2020-10-09 22:14:29 +02:00

6 lines
129 B
Bash

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