X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/blobdiff_plain/b58bac2fb0c2da1df17cd2f4f6e361afb559170b..34aec98724f8c0e6fa5a20f509744809234bf319:/install.sh?ds=sidebyside diff --git a/install.sh b/install.sh index 1fec5c8..6837697 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash CONFIG=/boot/config.txt -DATESTAMP=`date "+%Y-%M-%d-%H-%M-%S"` +DATESTAMP=`date "+%Y-%m-%d-%H-%M-%S"` CONFIG_BACKUP=false APT_HAS_UPDATED=false USER_HOME=/home/$SUDO_USER @@ -189,5 +189,5 @@ if [ -d "examples" ]; then fi success "\nAll done!" -inform "If this is your first time installing you should reboot for hardware changes to tkae effect.\n" +inform "If this is your first time installing you should reboot for hardware changes to take effect.\n" inform "Find uninstall steps in $UNINSTALLER\n"