kopia lustrzana https://github.com/piku/piku
Merge pull request #153 from chr15m/improve-bootstrap-experience
Add first-run mode to piku-bootstrap.pull/142/head
commit
92d94eca81
|
@ -98,6 +98,16 @@ main() {
|
||||||
cd "${REPO}"
|
cd "${REPO}"
|
||||||
git pull
|
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)
|
install-cli)
|
||||||
if [ "$2" = "" ]
|
if [ "$2" = "" ]
|
||||||
then
|
then
|
||||||
|
|
Ładowanie…
Reference in New Issue