diff --git a/install_test.sh b/install_test.sh index ee8838f..e4b3cf2 100644 --- a/install_test.sh +++ b/install_test.sh @@ -2,9 +2,9 @@ set -e if [ "$OS" = "Windows_NT" ]; then - pwsh -command 'type install.ps1 | iex' + DEBUG=1 pwsh -command 'type install.ps1 | iex' else - cat install.sh | sh + cat install.sh | DEBUG=1 sh fi typst --version