Skip to content

Commit

Permalink
minor fix for XYC Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-agency committed Oct 23, 2015
1 parent e3dffe2 commit 3db30da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,7 @@ if [ "$EXITACTION" == "update" ]; then
sleep 1
clear
if which git >/dev/null; then
cd $SCRIPT_DIR
git clone https://github.com/alex-agency/XYC.git
if [[ -d $SCRIPT_DIR/XYC && -r $SCRIPT_DIR/XYC/xyc.sh ]]; then
cp $SCRIPT_DIR/XYC/xyc.sh $SCRIPT_DIR/xyc.sh
Expand Down

0 comments on commit 3db30da

Please sign in to comment.