diff --git a/non-Arch-installer.temp.sh b/non-Arch-installer.temp.sh new file mode 100755 index 000000000..9ebb177f8 --- /dev/null +++ b/non-Arch-installer.temp.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +# +# This script is for install/update the "packages" w/o system package managers. +# Convenient for non-Arch users. +# +# Though this is not elegant at all. I may improve the method some day in future. +# +cd "$(dirname "$0")" +export base="$(pwd)" +source ./scriptdata/functions +source ./scriptdata/installers + +install-ags +install-Rubik +install-Gabarito +install-OneUI +install-bibata +install-MicroTeX