Fix quoting in arch.sh
This commit is contained in:
parent
fd123f2999
commit
a6831cb7e8
1 changed files with 4 additions and 4 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
. ./common.sh
|
||||
|
||||
MIRROR=http://mirror.ams1.nl.leaseweb.net/archlinux/
|
||||
MIRROR="http://mirror.ams1.nl.leaseweb.net/archlinux/"
|
||||
|
||||
case "$1" in
|
||||
current)
|
||||
index arch --sys arch --mirror $MIRROR --repo core
|
||||
index arch --sys arch --mirror $MIRROR --repo extra
|
||||
index arch --sys arch --mirror $MIRROR --repo community
|
||||
index arch --sys arch --mirror "$MIRROR" --repo core
|
||||
index arch --sys arch --mirror "$MIRROR" --repo extra
|
||||
index arch --sys arch --mirror "$MIRROR" --repo community
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue