• Added set -eo pipefail after sourcing Global_functions.sh so the script exits on failures and correctly fails when any command in a pipeline (like meson install | tee) fails.
◦ Added "ignoreDeprecations": "6.0" under compilerOptions to silence TS5107.
◦ Replaced moduleResolution "node10" with "node16" to be compatible with current TypeScript behavior.
• The success message will now only be printed if meson actually succeeds
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: install-scripts/ags.sh