diff --git a/neko/update/docker.sh b/neko/update/docker.sh index 6af3f41a8..07e0ee814 100755 --- a/neko/update/docker.sh +++ b/neko/update/docker.sh @@ -9,7 +9,7 @@ pull() { } if ! pull "$1"; then - say 'awawa, the image may not be compatible with your environment...' + sadsay 'awawa, the image may not be compatible with your environment...' say 'Gonnya try building the image locally!' say 'It takes some time! Why not brew a cup of cofe?' diff --git a/neko/update/native.sh b/neko/update/native.sh index 78dcf127a..ef7d9645e 100755 --- a/neko/update/native.sh +++ b/neko/update/native.sh @@ -11,7 +11,7 @@ if [ "$#" != '1' ] || [ "$1" != '--skip-all-confirmations' ]; then case "${yn}" in [Nn]|[Nn][Oo]) - say 'You must stop your server first!' + sadsay 'You must stop your server first!' exit 1 ;; *) @@ -49,8 +49,9 @@ br # prevent migration errors if [ ! -f packages/backend/native-utils/built/index.js ]; then - say 'Something went wrong orz... Gonnya try fixing that.' + sadsay 'Something went wrong... Gonnya try fixing that.' run 'cp neko/index.js packages/backend/native-utils/built/index.js' + br else say "It's going well so far!" br diff --git a/update.sh b/update.sh index 58d466a85..5e1507c7a 100755 --- a/update.sh +++ b/update.sh @@ -31,7 +31,7 @@ br say 'Checking if the update script itself has been modified by this update...' if [ "$(git diff "${OLD_COMMIT}" "${NEW_COMMIT}" update.sh neko/update)" != '' ]; then say 'Oh meow, that seems to be the case.' - say "I'm sorry to bother you, but please run this script again!" + sadsay "I'm sorry to bother you, but please run this script again!" exit 1 else say 'This script seems to be up-to-date!'