We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182c1f4 commit 5e1e2e1Copy full SHA for 5e1e2e1
src/playbook/Configuration/custom.yml
@@ -26,6 +26,16 @@ actions:
26
weight: 10
27
wait: true
28
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
38
+
39
- !writeStatus: {status: 'Copying files'}
40
- !powerShell:
41
command: |
0 commit comments