Skip to content

Commit

Permalink
env.sh :update base bootstrap to 2018.02.01
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 authored Feb 7, 2018
1 parent 14fe59e commit 64eb2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

ARCH="x86_64"
ROOTFS_VER="2018.01.01"
ROOTFS_VER="2018.02.01"
ROOTFS_FN="archlinux-bootstrap-${ROOTFS_VER}-${ARCH}.tar.gz"
ROOTFS_URL="http://mirrors.kernel.org/archlinux/iso/${ROOTFS_VER}/${ROOTFS_FN}"

Expand Down

0 comments on commit 64eb2ef

Please sign in to comment.