mirror of
https://gitea.tendokyu.moe/beerpsi/artemis-portable.git
synced 2026-09-22 22:28:07 +03:00
feat: allow different forks of artemis
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user