Skip to content

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Feb 9, 2024
1 parent f4c3a92 commit 273be98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Install or update.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Remove-Item -Recurse -Force "C:\Windows\Temp\N11" -erroraction silentlycontinue
mkdir C:\Windows\Temp\N11\
Remove-Item -Recurse -Force "C:\Users\Public\Desktop\post-setup-main" -erroraction silentlycontinue
Remove-Item -Recurse -Force "C:\Users\Public\Desktop\post-setup" -erroraction silentlycontinue
irm https://codeload.github.com/nano11-dev/post-setup/zip/refs/heads/main -OutFile C:\Windows\Temp\N11\N11-main.zip
irm https://raw.githubusercontent.com/BunnyRabbit12/N11-post-setup/BIN/7zxa.dll -OutFile C:\Windows\Temp\N11\7zxa.dll
irm https://github.com/BunnyRabbit12/N11-post-setup/raw/BIN/7za.exe -OutFile C:\Windows\Temp\N11\7za.exe
C:\Windows\Temp\N11\7za.exe x C:\Windows\Temp\N11\N11-main.zip -y -oc:\Users\Public\Desktop\
del /s /q "C:\users\Public\desktop\post-setup"

ren "C:\Users\Public\Desktop\post-setup-main" "C:\Users\Public\Desktop\post-setup"
cmd.exe /c rmdir c:\Windows\temp\N11\ /s /q
exit

0 comments on commit 273be98

Please sign in to comment.