mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-11-23 05:50:27 -08:00
9 lines
328 B
Batchfile
9 lines
328 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
del /Q ..\msys2\etc\passwd
|
|
del /Q ..\msys2\etc\group
|
|
del /Q ..\msys2\etc\fstab
|
|
del /Q ..\msys2\var\log
|
|
move /Y ..\msys2\etc\pacman.d\mirrorlist.mingw64.backup ..\msys2\etc\pacman.d\mirrorlist.mingw64
|
|
move /Y ..\msys2\etc\pacman.d\mirrorlist.msys.backup ..\msys2\etc\pacman.d\mirrorlist.msys
|
|
rmdir /Q /S ..\pm3 |