Update setup.sh

Small comment added to clarify the purpose of the script for casual viewers.
This commit is contained in:
jstayco 2023-03-27 18:58:03 -07:00 committed by GitHub
parent 4277645b2a
commit 8168e36326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
# This file will be the host environment setup file for all operating systems other than base Windows.
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Check if root or sudo
root=true