From 7eb62d5b18f5783f412c8e8586308e4b2590f45e Mon Sep 17 00:00:00 2001 From: Trent Mohay Date: Tue, 2 Jan 2024 13:13:51 +1100 Subject: [PATCH] add debug line to show installation complete --- BuildAssets/test-linux-package.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BuildAssets/test-linux-package.sh b/BuildAssets/test-linux-package.sh index 735832fb07..ed6eec0b81 100755 --- a/BuildAssets/test-linux-package.sh +++ b/BuildAssets/test-linux-package.sh @@ -20,6 +20,8 @@ fi bash ./install-linux-package.sh || exit +echo Installation complete succesfully. + if command -v dpkg > /dev/null; then echo Detected dpkg. Installing ca-certificates to support octo HTTPS communication. export DEBIAN_FRONTEND=noninteractive