Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
WindowsR
Commits
63dd2313
Commit
63dd2313
authored
Oct 08, 2020
by
Jean-Francois Rey
☕
Browse files
rollback before msys miror
parent
28fc0225
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
63dd2313
...
...
@@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--graphicscontroller"
,
"vboxsvga"
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--nested-hw-virt"
,
on
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--nested-hw-virt"
,
"
on
"
]
vb
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
ansible_provisioning/files/configure-msys2.sh
View file @
63dd2313
...
...
@@ -4,16 +4,14 @@
# Add repository
sed
-i
.bak
-e
"s/^#
\[
msys
\]
/
\[
msys
\]
/"
-e
"s/^#Include/Include/"
/etc/pacman.conf
#
echo -e "Server = http://repo.msys2.org/mingw/\$arch/" >> /etc/pacman.d/mirrorlist.msys
#
echo -e "Server = http://repo.msys2.org/mingw/x86_64/" >> /etc/pacman.d/mirrorlist.mingw64
echo
-e
"Server = https://mirror.selfnet.de/msys2/msys/
\$
arch/"
>>
/etc/pacman.d/mirrorlist.msys
echo
-e
"Server = https://mirror.selfnet.de/msys2/msys/x86_64/"
>>
/etc/pacman.d/mirrorlist.mingw64
echo
-e
"Server = http://repo.msys2.org/mingw/
\$
arch/"
>>
/etc/pacman.d/mirrorlist.msys
echo
-e
"Server = http://repo.msys2.org/mingw/x86_64/"
>>
/etc/pacman.d/mirrorlist.mingw64
#
echo -e "Server = https://mirror.selfnet.de/msys2/msys/\$arch/" >> /etc/pacman.d/mirrorlist.msys
#
echo -e "Server = https://mirror.selfnet.de/msys2/msys/x86_64/" >> /etc/pacman.d/mirrorlist.mingw64
# Update server gpg key
curl
-O
https://mirror.selfnet.de/msys2/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
curl
-O
https://mirror.selfnet.de/msys2/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
#curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
#curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
curl
-O
http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
curl
-O
http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
pacman-key
--verify
msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
pacman
-U
msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
--noconfirm
pacman
--noconfirm
-U
--config
<
(
echo
)
msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment