From 7d2e49d1c4f81378f52eeb7f9b0b8df49fcd64bc Mon Sep 17 00:00:00 2001 From: Ivan Vazhov Date: Thu, 10 Feb 2022 23:56:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=80=D0=B5=D0=BF=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 720f5d5..c865e60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: privileged: true commands: - cd /root - - echo "Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch" > /etc/pacman.d/mirrorlist + - echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist - cat /etc/pacman.d/mirrorlist - pacman -Syu --noconfirm - bash archiso_make.sh