aboutsummarylogtreecommitdiffstats
path: root/arch.build
diff options
context:
space:
mode:
authorGaetan Bisson2017-12-12 19:36:25 -1000
committerGaetan Bisson2017-12-12 19:36:25 -1000
commit0eaca2d1250e1bb0e7b56e86d907662aa7e8b8d4 (patch)
treefd61efb98c6df55ae27dd74f4071c3a40dd904f7 /arch.build
parentf299b58c8099163120b46d8c2e920a0dc49dd133 (diff)
downloadaur-0eaca2d1250e1bb0e7b56e86d907662aa7e8b8d4.tar.gz
better this way
Diffstat (limited to 'arch.build')
-rwxr-xr-xarch.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch.build b/arch.build
index d1cc9c9ca0a6..39693eedd294 100755
--- a/arch.build
+++ b/arch.build
@@ -32,6 +32,8 @@ start_vm() {
ssh $vhost 'curl -o /dev/null -s vesath.org' &&
break
done
+ cat /etc/pacman.d/mirrorlist |
+ ssh $vhost 'sudo dd of=/etc/pacman.d/mirrorlist'
}
stop_vm() {