mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 13:23:27 -07:00
test
This commit is contained in:
parent
24901e0825
commit
8832a906af
4 changed files with 9 additions and 7 deletions
|
@ -4,6 +4,8 @@ export PS1='\[\033]0;ProxSpace v$PSVERSION - $MSYSTEM:\w\007\033[32m\]pm3 \[\033
|
|||
export PATH=/setup/bin:$PATH
|
||||
alias ls='ls -hF --color=auto'
|
||||
|
||||
|
||||
|
||||
if [ -f /setup/bin/ps-upgrade.new ]; then
|
||||
rm /setup/bin/ps-upgrade
|
||||
mv /setup/bin/ps-upgrade.new /setup/bin/ps-upgrade
|
||||
|
@ -15,7 +17,7 @@ if [ \( ! -f /setup/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then
|
|||
sh /usr/bin/update-ca-trust
|
||||
fi
|
||||
yes | pacman -Syuu
|
||||
else
|
||||
else
|
||||
if [ -z "$PSSKIPRANKING" ]; then
|
||||
ps-rankmirrors
|
||||
fi
|
||||
|
|
|
@ -5,7 +5,8 @@ if [ ! -f /etc/pacman.d/mirrorlist.mingw64.backup ]; then
|
|||
cp /etc/pacman.d/mirrorlist.mingw64 /etc/pacman.d/mirrorlist.mingw64.backup
|
||||
fi
|
||||
|
||||
#echo "Ranking msys mirrors"
|
||||
#rankmirrors -v --repo msys /etc/pacman.d/mirrorlist.msys.backup | tee /etc/pacman.d/mirrorlist.msys
|
||||
#echo "Ranking mingw64 mirrors"
|
||||
#rankmirrors -v --repo mingw64 /etc/pacman.d/mirrorlist.mingw64.backup | tee /etc/pacman.d/mirrorlist.mingw64
|
||||
echo "Ranking msys mirrors"
|
||||
rankmirrors -v --repo msys /etc/pacman.d/mirrorlist.msys.backup | tee /etc/pacman.d/mirrorlist.msys
|
||||
echo "Ranking mingw64 mirrors"
|
||||
rankmirrors -v --repo mingw64 /etc/pacman.d/mirrorlist.mingw64.backup | tee /etc/pacman.d/mirrorlist.mingw64
|
||||
|
|
@ -9,7 +9,6 @@ check_install () {
|
|||
setup_proxspace ()
|
||||
{
|
||||
if [ "$MSYSTEM" == "MINGW64" ]; then
|
||||
|
||||
for pkg in $(grep "^[^#;]" /setup/packages.txt); do
|
||||
check_install $pkg
|
||||
done
|
||||
|
|
|
@ -10,7 +10,7 @@ echo %cd%\setup /setup ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
|||
echo %cd%\pm3 /pm3 ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
||||
|
||||
dash /usr/bin/rebaseall -p 2> nul
|
||||
mkdir %cd%\msys2\tmp 2> nul
|
||||
::mkdir %cd%\msys2\tmp 2> nul
|
||||
del %cd%\msys2\etc\passwd 2> nul
|
||||
del %cd%\msys2\etc\group 2> nul
|
||||
touch /etc/passwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue