mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 10:37:01 -07:00
Restored msys2 to original files
This commit is contained in:
parent
22bd2c7609
commit
df73aa0231
23 changed files with 173 additions and 52 deletions
|
@ -5,13 +5,6 @@ check_install () {
|
|||
fi
|
||||
}
|
||||
|
||||
check_install_web () {
|
||||
pacman -Q $1 | grep $2 > /dev/null
|
||||
if [ $? == 1 ]; then
|
||||
pacman --noconfirm --overwrite='*' -U $3
|
||||
fi
|
||||
}
|
||||
|
||||
clean_86 () {
|
||||
rm -rf /mingw32/share/qt5/examples
|
||||
pacman --noconfirm --overwrite='*' -Scc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue