Update verification removed

Live on the edge
This commit is contained in:
Michael Stanclift 2020-05-22 10:21:11 -05:00
parent 245340338f
commit 69b77606a5

View File

@ -145,20 +145,8 @@ case $# in
echo -e "${GREEN}Success:${NC} Update Requested" echo -e "${GREEN}Success:${NC} Update Requested"
# echo -e "${PURPLE}Info:${NC} Gravity Sync ${VERSION}" # echo -e "${PURPLE}Info:${NC} Gravity Sync ${VERSION}"
# echo -e "${YELLOW}UPDATING REQUIRES ORIGINAL INSTALL VIA GIT${NC}" # echo -e "${YELLOW}UPDATING REQUIRES ORIGINAL INSTALL VIA GIT${NC}"
echo -e "Are you sure you want to update?" git reset --hard
select yn in "Yes" "No"; do git pull
case $yn in
Yes )
git pull
exit
;;
No )
echo "No changes have been made to the system"
exit
;;
esac
done
exit exit
;; ;;