unzip --version || exit 1
Is logging out the VM
Expecting the version check will succeeded with out logging out the ubuntu vm
Ubuntu version: 22.04LTS
Using bash script to install unzip and check the version
it works when i use (unzip --version || exit 1)