#!/bin/bash

[ "${0%/*}" = "$0" ] && . ./common || . "${0%/*}/common"
install_grub "$@"
