fix: add missing semicolon
This commit is contained in:
parent
bba37c16b4
commit
edd07ed140
|
@ -48,6 +48,7 @@ case "$PM" in
|
||||||
mkdir -p /etc/xbps.d
|
mkdir -p /etc/xbps.d
|
||||||
cp /usr/share/xbps.d/*-repository-*.conf /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
|
sed -i 's|https://alpha.de.repo.voidlinux.org|https://mirrors.tuna.tsinghua.edu.cn/voidlinux|g' /etc/xbps.d/*-repository-*.conf
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user