Fix Sismolog by using uncompressed version
This commit is contained in:
15
setupTmp.ps1
15
setupTmp.ps1
@@ -22,9 +22,9 @@ function DownloadFiles {
|
||||
# FileName = "Tectoglob_11_complet.zip"
|
||||
#},
|
||||
@{
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/Sismolog.exe"
|
||||
FileName = "Sismolog.exe"
|
||||
Hash = "2d57ac0dd260e33194fbd53a91ab707d273bc80d"
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/Sismolog.zip"
|
||||
FileName = "Sismolog.zip"
|
||||
Hash = "31d10f5f2816281e6ea632e2ca1f0d7daa9fbfff"
|
||||
},
|
||||
@{
|
||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/respipoisson.exe"
|
||||
@@ -111,6 +111,15 @@ function DownloadFiles {
|
||||
}
|
||||
)
|
||||
}
|
||||
"Office-setup" {
|
||||
$filesToDownload = @(
|
||||
@{
|
||||
Url = "https://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=O365ProPlusRetail&platform=x64&language=fr-fr&version=O16GA" # Validated 23/01/24
|
||||
FileName = "OfficeSetup.exe"
|
||||
Hash = "6e01f58e614a0c5a71b68930564fa779764f8e5f"
|
||||
}
|
||||
)
|
||||
}
|
||||
default { Write-Host "Invalid selection." }
|
||||
}
|
||||
foreach ($fileInfo in $filesToDownload) {
|
||||
|
||||
Reference in New Issue
Block a user