diff options
Diffstat (limited to 'deps-trisquel')
-rwxr-xr-x | deps-trisquel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps-trisquel b/deps-trisquel index 080cc73..9cea6a9 100755 --- a/deps-trisquel +++ b/deps-trisquel @@ -18,13 +18,13 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +set -u -e -v + if [[ $EUID -ne 0 ]]; then echo "This script must be run as root" exit 1 fi -set -u -e -v - # Install build dependencies # For trisquel. This might also work on other apt-get distributions. |