added vsco

added vsco, remove things not need
This commit is contained in:
Fioren
2023-09-15 11:09:41 +07:00
parent 829098d362
commit 9cbe288d17
7 changed files with 18 additions and 97 deletions

View File

@@ -21,16 +21,6 @@ fi
#################################################
# Download the htmlq for to get apk from APKMirror
dl_htmlq() {
req "https://github.com/mgdm/htmlq/releases/latest/download/htmlq-x86_64-linux.tar.gz" "./htmlq.tar.gz"
tar -xf "./htmlq.tar.gz" -C "./"
rm "./htmlq.tar.gz"
HTMLQ="./htmlq"
}
#################################################
# Download Github assets requirement:
dl_gh() {
for repo in $1 ; do