diff --git a/functions/self_update.sh b/functions/self_update.sh index 5c2178d0..2e99e7bc 100644 --- a/functions/self_update.sh +++ b/functions/self_update.sh @@ -3,7 +3,8 @@ args=("$@") self_update() { git fetch &> /dev/null -echo "🅂 🄴 🄻 🄵 🅄 🄿 🄳 🄰 🅃 🄴" +echo "🅂 🄴 🄻 🄵" +echo "🅄 🄿 🄳 🄰 🅃 🄴" if git diff --name-only origin/main | grep -qs ".sh" ; then echo "Found a new version of HeavyScript, updating myself..." git reset --hard -q