From a21de9c2ffdff06801c7026e724d89a875eb0c7f Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 25 Mar 2024 12:25:55 +0800 Subject: [PATCH] Fix #353 --- non-Arch-installer.temp.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 non-Arch-installer.temp.sh 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