4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#! /bin/bash
|
|
|
|
BASE=$(dirname $0)
|
|
$BASE/virt-install-fedora "$1" x86_64 "http://mirror.centos.org/centos/7/os/x86_64/"
|