CI/CD
This commit is contained in:
@@ -25,10 +25,39 @@ jobs:
|
|||||||
- name: Setup Ubuntu apt mirrors
|
- name: Setup Ubuntu apt mirrors
|
||||||
run: |
|
run: |
|
||||||
tee /etc/apt/sources.list > /dev/null <<'EOF'
|
tee /etc/apt/sources.list > /dev/null <<'EOF'
|
||||||
deb http://mirror.iranserver.com/ubuntu/ noble main restricted universe multiverse
|
deb https://mirror-linux.runflare.com/ubuntu/ noble main restricted universe multiverse
|
||||||
deb http://mirror.iranserver.com/ubuntu/ noble-updates main restricted universe multiverse
|
deb https://mirror-linux.runflare.com/ubuntu/ noble-updates main restricted universe multiverse
|
||||||
deb http://mirror.iranserver.com/ubuntu/ noble-security main restricted universe multiverse
|
deb https://mirror-linux.runflare.com/ubuntu/ noble-backports main restricted universe multiverse
|
||||||
|
deb https://mirror-linux.runflare.com/ubuntu/ noble-security main restricted universe multiverse
|
||||||
|
|
||||||
|
|
||||||
|
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble main universe
|
||||||
|
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble-updates main universe
|
||||||
|
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble-security main universe
|
||||||
|
|
||||||
|
|
||||||
|
deb http://mirror.iranserver.com/ubuntu/ noble main restricted
|
||||||
|
deb-src http://mirror.iranserver.com/ubuntu/ noble main restricted
|
||||||
|
|
||||||
|
|
||||||
|
deb http://mirror.iranserver.com/ubuntu/ noble-updates main restricted
|
||||||
|
deb-src http://mirror.iranserver.com/ubuntu/ noble-updates main restricted
|
||||||
|
|
||||||
|
|
||||||
|
deb http://mirror.iranserver.com/ubuntu/ noble universe
|
||||||
|
deb-src http://mirror.iranserver.com/ubuntu/ noble universe
|
||||||
|
deb http://mirror.iranserver.com/ubuntu/ noble-updates universe
|
||||||
|
|
||||||
|
|
||||||
|
deb http://mirror.iranserver.com/ubuntu/ noble multiverse
|
||||||
|
deb-src http://mirror.iranserver.com/ubuntu/ noble multiverse
|
||||||
|
deb http://mirror.iranserver.com/ubuntu/ noble-updates multiverse
|
||||||
|
deb-src http://mirror.iranserver.com/ubuntu/ noble-updates multiverse
|
||||||
|
|
||||||
|
|
||||||
deb http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse
|
deb http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse
|
||||||
|
deb-src http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user