Update vim plugin todo
This commit is contained in:
@@ -77,7 +77,8 @@ install() {
|
|||||||
cd ".."
|
cd ".."
|
||||||
echo "Updated: $REPO"
|
echo "Updated: $REPO"
|
||||||
else
|
else
|
||||||
# @ToDo: Add to config file after cloning the repository
|
sudo git clone "$1" 2> /dev/null
|
||||||
|
|
||||||
# Add git URL to config file
|
# Add git URL to config file
|
||||||
if [ -z "$2" ]; then
|
if [ -z "$2" ]; then
|
||||||
# Append before 'opt:'
|
# Append before 'opt:'
|
||||||
@@ -92,7 +93,6 @@ install() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo git clone "$1" 2> /dev/null
|
|
||||||
echo "Installed: $REPO"
|
echo "Installed: $REPO"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user