scripts/InstallScripts/InstallPackages.sh: move 'set -e' inside script

This commit is contained in:
Austin English 2020-12-27 05:16:12 -06:00
parent 78f05fa502
commit 3305147c3c
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash -e
#!/bin/bash
set -e
# This file is part of PrawnOS (https://www.prawnos.com)
# Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>