Update linupx-install.sh

This commit is contained in:
2019-01-05 13:42:18 -06:00
parent 33d55dc9fd
commit 588afc932d

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# Wrapper script for install, for easier execution via URL.
source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)"
source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc)"
source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/default.inc)"
if type apt &>/dev/null; then
ATYPE="apt"