From b1ca212971685fb5464ebd4ff332b569e3c729a9 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Wed, 25 Aug 2021 12:21:03 +0200 Subject: [PATCH] hippoz insisted on doing this so um --- altools/repo | 5 ----- settings | 9 +++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 settings diff --git a/altools/repo b/altools/repo index fc5edf9..7cbf2ae 100755 --- a/altools/repo +++ b/altools/repo @@ -3,10 +3,6 @@ ######################################## # Repo, a repository manager for alnux # ######################################## -if [ $(whoami) != root ]; then - echo "[E] Run as root!" - kill 2 -else case $1 in # add a repo add) git clone https://${3}/${2}.git /var/aps/repos/${2} @@ -20,4 +16,3 @@ else ;; esac -fi diff --git a/settings b/settings new file mode 100644 index 0000000..64a9aa3 --- /dev/null +++ b/settings @@ -0,0 +1,9 @@ +UnlockClient=true +UnlockStudio=false +FPSCapValues=[30.000000, 60.000000, 75.000000, 120.000000, 144.000000, 165.000000, 240.000000, 360.000000] +FPSCapSelection=0 +FPSCap=0.000000 +CheckForUpdates=true +NonBlockingErrors=true +SilentErrors=false +QuickStart=false