mirror of
https://github.com/vlang/v.git
synced 2025-09-22 20:09:04 -04:00
ci: change url to http://archive.ubuntu.com in .github/workflows/disable_azure_mirror.sh
This commit is contained in:
parent
19ca0d0346
commit
9158aed80a
2
.github/workflows/disable_azure_mirror.sh
vendored
2
.github/workflows/disable_azure_mirror.sh
vendored
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "APT MIRRORS BEFORE:"
|
echo "APT MIRRORS BEFORE:"
|
||||||
cat /etc/apt/apt-mirrors.txt
|
cat /etc/apt/apt-mirrors.txt
|
||||||
sudo sed -i 's@http://azure.archive.ubuntu.com@https://us.archive.ubuntu.com@gm' /etc/apt/apt-mirrors.txt
|
sudo sed -i 's@http://azure.archive.ubuntu.com@http://archive.ubuntu.com@gm' /etc/apt/apt-mirrors.txt
|
||||||
echo "APT MIRRORS AFTER:"
|
echo "APT MIRRORS AFTER:"
|
||||||
cat /etc/apt/apt-mirrors.txt
|
cat /etc/apt/apt-mirrors.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user