Compare commits
No commits in common. "dd6a629009aa1ed026ff0cdd02f082511a53c075" and "f092e4b33431d661fc9b0e71cdf6742f92d6e845" have entirely different histories.
dd6a629009
...
f092e4b334
2 changed files with 24 additions and 30 deletions
|
@ -1,8 +1,8 @@
|
||||||
---------------------------------------------------
|
----------------------------------------------------
|
||||||
| For systemd users: |
|
| For systemd users: |
|
||||||
| This Firefish flavor currently requires Node v21 |
|
| This Firefish flavor currently requires Node v21 |
|
||||||
| PLEASE CHECK YOUR NODE VERSION BEFORE UPGRADING!! |
|
| PLEASE CHECK YOUR NODE VERSION BEFORE UPGRADING!! |
|
||||||
| |
|
| |
|
||||||
| For the detailed explanation, see: |
|
| For the detailed explanation, see: |
|
||||||
| https://post.naskya.net/notes/9ntn882tzcfe1qm6 |
|
| https://post.naskya.net/notes/9ntn882tzcfe1qm6 |
|
||||||
---------------------------------------------------
|
----------------------------------------------------
|
||||||
|
|
|
@ -33,10 +33,6 @@ fi
|
||||||
## show messages
|
## show messages
|
||||||
for message in neko/messages/*; do
|
for message in neko/messages/*; do
|
||||||
file=$(basename -- "${message}")
|
file=$(basename -- "${message}")
|
||||||
|
|
||||||
case "${file}" in
|
|
||||||
*'.resolved') ;;
|
|
||||||
*)
|
|
||||||
if [ ! -f "neko/flags/${file}" ]; then
|
if [ ! -f "neko/flags/${file}" ]; then
|
||||||
if [ "$#" != '1' ] || [ "$1" != '--skip-all-confirmations' ]; then
|
if [ "$#" != '1' ] || [ "$1" != '--skip-all-confirmations' ]; then
|
||||||
say 'There is an important notice!'
|
say 'There is an important notice!'
|
||||||
|
@ -62,8 +58,6 @@ for message in neko/messages/*; do
|
||||||
touch "neko/flags/${file}"
|
touch "neko/flags/${file}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
done
|
||||||
|
|
||||||
say 'Do you use Docker?'
|
say 'Do you use Docker?'
|
||||||
|
|
Loading…
Reference in a new issue