1 2 3 4 5 6 7 8
#!/bin/bash # setting-up bash flags set -x -e -o pipefail #Run review script ./offline-installer-review.sh