Skip to content

Commit

Permalink
Change fedora to Base image
Browse files Browse the repository at this point in the history
  • Loading branch information
YadominJinta committed Nov 17, 2018
1 parent 184d259 commit fc8db6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atilo
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function select_linux()

case "$1" in
fedora)
aarch64=https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Container/aarch64/images/Fedora-Container-Minimal-Base-29-1.2.aarch64.tar.xz
aarch64=https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Container/aarch64/images/Fedora-Container-Base-29-1.2.aarch64.tar.xz
arm=https://dl.fedoraproject.org/pub/fedora/linux/releases/28/Container/armhfp/images/Fedora-Container-Minimal-Base-28-1.1.armhfp.tar.xz
upgrade="dnf makecache"
;;
Expand Down
2 changes: 1 addition & 1 deletion atilo_cn
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function select_linux()

case "$1" in
fedora)
aarch64=https://mirrors.tuna.tsinghua.edu.cn/fedora/releases/29/Container/aarch64/images/Fedora-Container-Minimal-Base-29-1.2.aarch64.tar.xz
aarch64=https://mirrors.tuna.tsinghua.edu.cn/fedora/releases/29/Container/aarch64/images/Fedora-Container-Base-29-1.2.aarch64.tar.xz
arm=https://mirrors.tuna.tsinghua.edu.cn/fedora/releases/28/Container/armhfp/images/Fedora-Container-Minimal-Base-28-1.1.armhfp.tar.xz
upgrade="dnf makecache"
;;
Expand Down

0 comments on commit fc8db6d

Please sign in to comment.