feat: allow different forks of artemis

This commit is contained in:
beerpsi 2023-12-01 02:08:22 +07:00
parent 9689b535c2
commit bd1c461bdc
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
$workdir = "work/"
$artemis_repo = "Hay1tsme/artemis" # must be hosted on gitea.tendokyu.moe
$artemis_branch = "develop"
$python_version = "3.9.13"
$mariadb_version = "10.11.6"
@ -89,7 +90,7 @@ Set-Location ..
# Setting up ARTEMiS
# ----------------------------------------------------
Write-Output "[INFO] Downloading ARTEMiS..."
curl.exe -L -o "artemis-$artemis_branch.zip" "https://gitea.tendokyu.moe/Hay1tsme/artemis/archive/$artemis_branch.zip"
curl.exe -L -o "artemis-$artemis_branch.zip" "https://gitea.tendokyu.moe/$artemis_repo/archive/$artemis_branch.zip"
7z.exe x "artemis-$artemis_branch.zip"
Remove-Item "artemis-$artemis_branch.zip"