Update README.md

This commit is contained in:
Aaron Murray 2020-05-19 11:44:03 -05:00 committed by GitHub
parent e673a905a0
commit 3b831a985e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
# installScript # installScript
# please use a new SD card if installing on an arm/sbc device. ## please use a new SD card if installing on an arm/sbc device.
# install the script's prerequisites # install the script's prerequisites
apt-get install wget sudo apt-get install wget sudo
# download script and execute # download script and execute
# the wget option -O needs to be a capital letter 'O' ### the wget option -O needs to be a capital letter 'O'
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
# a detailed guide is available for this script as well # a detailed guide is available for this script as well