Merge pull request #153 from chr15m/improve-bootstrap-experience

Add first-run mode to piku-bootstrap.
pull/142/head
Rui Carmo 2019-11-26 08:40:30 +00:00 zatwierdzone przez GitHub
commit 92d94eca81
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -98,6 +98,16 @@ main() {
cd "${REPO}"
git pull
;;
first-run)
echo
echo " #> Success!"
echo
echo "The piku-bootstrap command is now installed in the current folder."
echo "Copy it somewhere on your PATH, like ~/bin/ to make it accessible from anywhere."
echo "Run 'piku-bootstrap install-cli DESTINATION' to install the piku helper."
echo "Run 'piku-bootstrap' with no arguments for help."
echo ""
;;
install-cli)
if [ "$2" = "" ]
then