File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/playbook/Configuration Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ actions:
2626 weight : 10
2727 wait : true
2828
29- -writeStatus : {status: 'Deleting old AtlasOS folders'}
30- -powerShell :
31- command : |
32- $windir = [Environment]::GetFolderPath('Windows')
33- Remove-Item -LiteralPath "$windir\AtlasDesktop" -Force -Recurse
34- Remove-Item -LiteralPath "$windir\AtlasModules" -Force -Recurse
35- wait : true
36- exeDir : true
37- onUpgrade : true
29+ - ! writeStatus: {status: 'Deleting old AtlasOS folders'}
30+ - ! powerShell:
31+ command : |
32+ $windir = [Environment]::GetFolderPath('Windows')
33+ Remove-Item -LiteralPath "$windir\AtlasDesktop" -Force -Recurse
34+ Remove-Item -LiteralPath "$windir\AtlasModules" -Force -Recurse
35+ wait : true
36+ exeDir : true
37+ onUpgrade : true
3838
3939 - !writeStatus: {status: 'Copying files'}
4040 - !powerShell:
You can’t perform that action at this time.
0 commit comments