mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03: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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/disable_azure_mirror.sh
vendored
2
.github/workflows/disable_azure_mirror.sh
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
echo "APT MIRRORS BEFORE:"
|
||||
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:"
|
||||
cat /etc/apt/apt-mirrors.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue