From c18526390d8332d6d47858a2d3d5fdcb29dddb31 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Jan 2025 21:32:53 +0900 Subject: [PATCH] remove ags on final check since it is now optional --- install-scripts/02-Final-Check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/02-Final-Check.sh b/install-scripts/02-Final-Check.sh index dc3a354..f1e539e 100755 --- a/install-scripts/02-Final-Check.sh +++ b/install-scripts/02-Final-Check.sh @@ -23,7 +23,7 @@ packages=( # Local packages that should be in /usr/local/bin/ local_pkgs_installed=( - ags + ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##