Fix stage3 download

This commit is contained in:
Julian Ospald 2018-02-01 02:38:20 +01:00
parent e205a31a2d
commit efa6ff7362
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ VerifyShaOfStage3()
suffix=$3 # e.g. -hardened
arch=$1
dist="http://dev.exherbo.org/stages/"
stage3="exherbo-amd64-current.tar.xz"
stage3="exherbo-x86_64-pc-linux-gnu-current.tar.xz"
# Create working directory, keep a copy of busybox handy
mkdir newWorldOrder; cd newWorldOrder