@@ -2,10 +2,6 @@ If (Test-Path validator){
22 Remove-Item validator - Recurse
33}
44
5- If (Test-Path openxrechnungtoolbox){
6- Remove-Item openxrechnungtoolbox - Recurse
7- }
8-
95If (Test-Path validator- configuration- 122 ){
106 Remove-Item validator- configuration- 122 - Recurse
117}
@@ -18,23 +14,23 @@ If (Test-Path visualization){
1814 Remove-Item visualization - Recurse
1915}
2016
21- If (Test-Path jre ){
22- Remove-Item jre - Recurse
17+ If (Test-Path java ){
18+ Remove-Item java - Recurse
2319}
2420
2521Invoke-WebRequest - Uri https:// github.com / itplr- kosit/ validator/ releases/ download/ v1.4.0 / validationtool- 1.4 .0. zip - OutFile validator.zip
2622Invoke-WebRequest - Uri https:// github.com / itplr- kosit/ validator- configuration- xrechnung/ releases/ download/ release- 2019 - 12 - 30 / validator- configuration- xrechnung_1.2.2_2019 - 12 - 30. zip - OutFile validator- configuration- 122. zip
2723Invoke-WebRequest - Uri https:// github.com / itplr- kosit/ validator- configuration- xrechnung/ releases/ download/ release- 2020 - 07 - 31 / validator- configuration- xrechnung_2.0.0_2020 - 07 - 31. zip - OutFile validator- configuration- 200. zip
2824Invoke-WebRequest - Uri https:// github.com / itplr- kosit/ xrechnung- visualization/ releases/ download/ v2020- 07 - 31 / xrechnung- 2.0 .0 - xrechnung- visualization- 2020 - 07 - 31. zip - OutFile visualization.zip
29- Invoke-WebRequest - Uri https:// github.com / jcthiele/ OpenXRechnungToolbox/ releases/ download/ 2020 - 08 - 28 / OpenXRechnungToolbox_v1.0_Windows_64bit.zip - OutFile openxrechnungtoolbox.zip
3025Invoke-WebRequest - Uri https:// github.com / AdoptOpenJDK/ openjdk8- binaries/ releases/ download/ jdk8u265- b01/ OpenJDK8U- jre_x64_windows_hotspot_8u265b01.zip - OutFile jre.zip
3126
3227Expand-Archive validator.zip
3328Expand-Archive validator- configuration- 122. zip
3429Expand-Archive validator- configuration- 200. zip
3530Expand-Archive visualization.zip
36- Expand-Archive openxrechnungtoolbox.zip
3731Expand-Archive jre.zip
32+ Move-Item .\jre\jdk8u265- b01- jre .\java
33+ Remove-Item jre - Recurse
3834
3935If (Test-Path validator.zip){
4036 Remove-Item validator.zip
@@ -48,9 +44,6 @@ If (Test-Path validator-configuration-200.zip){
4844If (Test-Path visualization.zip){
4945 Remove-Item visualization.zip
5046}
51- If (Test-Path openxrechnungtoolbox.zip){
52- Remove-Item openxrechnungtoolbox.zip
53- }
5447If (Test-Path jre.zip){
5548 Remove-Item jre.zip
5649}
0 commit comments