From edd07ed1406ccbad2c95887cdd4a168285d85c9d Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sun, 1 May 2022 13:23:16 +0800 Subject: [PATCH] fix: add missing semicolon --- cli/mirrors.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/mirrors.sh b/cli/mirrors.sh index eaf11b3..ed3ae56 100755 --- a/cli/mirrors.sh +++ b/cli/mirrors.sh @@ -48,6 +48,7 @@ case "$PM" in mkdir -p /etc/xbps.d cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/ sed -i 's|https://alpha.de.repo.voidlinux.org|https://mirrors.tuna.tsinghua.edu.cn/voidlinux|g' /etc/xbps.d/*-repository-*.conf + ;; esac