Skip to content

Commit

Permalink
add debug line to show installation complete
Browse files Browse the repository at this point in the history
  • Loading branch information
rain-on committed Jan 2, 2024
1 parent 807d862 commit 7eb62d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BuildAssets/test-linux-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eb62d5

Please sign in to comment.