This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Script to download, compile and install mhvtl | |
# Tested on ubuntu 16.04 | |
# Origin: http://mhvtl-a-linux-virtual-tape-library.966029.n3.nabble.com/Easy-Install-for-Debian-Ubuntu-td4025413.html | |
# 03/04/13 | |
# Added libconfig-general-perl (ensures tgt-admin can run) | |
# 04/04/13 | |
# Added line to append www-data to sudoers automatically | |
# Added check for sudo/root | |
# Added copy for tgt-admin in sbin (fixes persistant config in tgt mhvtl-gui) |