From e9066c5c8c676c3ef6028ed4e16b2e723caa1a58 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 4 Jul 2016 17:34:35 +0800 Subject: add distributions --- distro/fedora/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 distro/fedora/install.sh (limited to 'distro/fedora') diff --git a/distro/fedora/install.sh b/distro/fedora/install.sh new file mode 100644 index 0000000..12f4377 --- /dev/null +++ b/distro/fedora/install.sh @@ -0,0 +1,8 @@ +ISOURL=releases/24/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-24-1.2.iso +SHA256=8e12d7ba1fcf3328b8514d627788ee0146c0eef75a5e27f0674ee1fe4f1feaf6 + +install() { + mount_iso + umount_iso +} + -- cgit v1.2.3