mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
Delete appveyor-msys2-upgrade.bash
This commit is contained in:
parent
36b1b5a23d
commit
23dbec5ca8
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
set -e -x
|
||||
|
||||
base_url='http://repo.msys2.org/msys/x86_64/'
|
||||
packages="libzstd-1.4.4-2-x86_64.pkg.tar.xz pacman-5.2.1-6-x86_64.pkg.tar.xz zstd-1.4.4-2-x86_64.pkg.tar.xz"
|
||||
for p in $packages
|
||||
do
|
||||
curl "${base_url}$p" -o "$p"
|
||||
done
|
||||
pacman -U --noconfirm $packages
|
||||
rm -f $packages
|
Loading…
Add table
Add a link
Reference in a new issue