Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97c7dfb4b5 | |||
| 46a74c1b08 | |||
| b9336549c1 | |||
| 30ee8139f7 | |||
| 4482885845 | |||
| 615988dc01 |
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
INSTALL_DIR=${INSTALL_DIR:-/usr/local/bin}
|
||||
INSTALL_DIR=${1:-/usr/local/bin}
|
||||
|
||||
cp git-fresh $INSTALL_DIR
|
||||
[ -e $INSTALL_DIR/git-fresh ] && echo git-fresh installed in $INSTALL_DIR
|
||||
mkdir -p $INSTALL_DIR
|
||||
cp git-fresh $INSTALL_DIR && ([ -e $INSTALL_DIR/git-fresh ] && echo git-fresh installed in $INSTALL_DIR)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "git-fresh",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.3",
|
||||
"description": "Utility to keep Git repositories fresh",
|
||||
"global": true,
|
||||
"repo": "imsky/git-fresh",
|
||||
|
||||
Reference in New Issue
Block a user