Update 'install-linupx.sh'

This commit is contained in:
2022-05-07 17:03:07 -05:00
parent b61696b001
commit 01d2128e72

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Wrapper script for install, for easier execution via URL. # Wrapper script for install, for easier execution via URL.
source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/colors.inc)" source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/colors.inc)"
source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/default.inc)" source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/default.inc)"
if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"