Add altools/sel, altools/repo, install.sh & add config file support. #8

Merged
hippoz merged 11 commits from Ohio2/aps:master into master 2021-08-25 14:46:01 +03:00
2 changed files with 9 additions and 5 deletions
Showing only changes of commit b1ca212971 - Show all commits

View file

@ -3,10 +3,6 @@
######################################## ########################################
# Repo, a repository manager for alnux # # Repo, a repository manager for alnux #
######################################## ########################################
if [ $(whoami) != root ]; then
echo "[E] Run as root!"
kill 2
else
case $1 in case $1 in
# add a repo # add a repo
add) git clone https://${3}/${2}.git /var/aps/repos/${2} add) git clone https://${3}/${2}.git /var/aps/repos/${2}
@ -20,4 +16,3 @@ else
;; ;;
esac esac
fi

9
settings Normal file
View file

@ -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