Fixes
This commit is contained in:
@@ -38,8 +38,6 @@ function ChocoInstallApps {
|
|||||||
choco install ganttproject -y
|
choco install ganttproject -y
|
||||||
}
|
}
|
||||||
"Laptop" {
|
"Laptop" {
|
||||||
choco install dotnet -y
|
|
||||||
choco install vcredist-all -y
|
|
||||||
choco install firefox -y
|
choco install firefox -y
|
||||||
choco install 7zip -y
|
choco install 7zip -y
|
||||||
choco install vlc -y
|
choco install vlc -y
|
||||||
|
|||||||
21
setupTmp.ps1
21
setupTmp.ps1
@@ -75,16 +75,11 @@ function DownloadFiles {
|
|||||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/Anagene.zip"
|
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/Anagene.zip"
|
||||||
FileName = "Anagene.zip"
|
FileName = "Anagene.zip"
|
||||||
Hash = "17d6a6fd898644b9b3771affa95842f0992d19cf"
|
Hash = "17d6a6fd898644b9b3771affa95842f0992d19cf"
|
||||||
} ,
|
},
|
||||||
@{
|
@{
|
||||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/EduPython.zip"
|
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/EduPython.zip"
|
||||||
FileName = "EduPython.zip"
|
FileName = "EduPython.zip"
|
||||||
Hash = "41cb919182beb4d0fe2ea7a91fdb94eaf9bc91cc"
|
Hash = "41cb919182beb4d0fe2ea7a91fdb94eaf9bc91cc"
|
||||||
} ,
|
|
||||||
@{
|
|
||||||
Url = "https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/O365ProPlusRetail.img" # Validated 15/11/23
|
|
||||||
FileName = "O365ProPlusRetail.img"
|
|
||||||
Hash = "6d603e00560bb9619453d1fa1c1a5984850db6d2"
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -104,20 +99,6 @@ function DownloadFiles {
|
|||||||
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/RobotProg.zip"
|
Url = "https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/Setup%20files/RobotProg.zip"
|
||||||
FileName = "RobotProg.zip"
|
FileName = "RobotProg.zip"
|
||||||
Hash = "5ed0962c5aefb5738d4408bb475655ea02e96dbb"
|
Hash = "5ed0962c5aefb5738d4408bb475655ea02e96dbb"
|
||||||
},
|
|
||||||
@{
|
|
||||||
Url = "https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/O365ProPlusRetail.img" # Validated 15/11/23
|
|
||||||
FileName = "O365ProPlusRetail.img"
|
|
||||||
Hash = "6d603e00560bb9619453d1fa1c1a5984850db6d2"
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}
|
|
||||||
"Laptop" {
|
|
||||||
$filesToDownload = @(
|
|
||||||
@{
|
|
||||||
Url = "https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/fr-fr/O365ProPlusRetail.img" # Validated 15/11/23
|
|
||||||
FileName = "O365ProPlusRetail.img"
|
|
||||||
Hash = "6d603e00560bb9619453d1fa1c1a5984850db6d2"
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user