diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt index 41261d59..550a9718 100644 --- a/DISCLAIMER.txt +++ b/DISCLAIMER.txt @@ -1,4 +1,4 @@ -This device and it's software is provided without warranty of Merchantability or +This device and its software is provided without warranty of Merchantability or fitness for any particular purpose. apertusĀ° assumes no responsibility or liability for any loss or damage as a result of the use or misuse. USE AT YOUR OWN RISK. You have root access to this system and can potentially brick and diff --git a/makefiles/in_chroot/install.sh b/makefiles/in_chroot/install.sh index 1f9c257f..da5a2fb7 100755 --- a/makefiles/in_chroot/install.sh +++ b/makefiles/in_chroot/install.sh @@ -138,7 +138,7 @@ echo -e "\033[38;5;15m$(tput bold)$(figlet "AXIOM ${DEVICE^}") $(tput sgr0)" > echo "Software version $(git describe --always --abbrev=8 --dirty). Last updated on $(date +"%d.%m.%y %H:%M UTC")" >> /etc/motd echo "To update, run \"axiom-update\"." >> /etc/motd echo "" >> /etc/motd -echo "$(tput setaf 1)This device and it's software is provided without warranty of merchantability or fitness for any particular purpose. Be careful when doing anything potentially harmful to your camera. See full disclaimer in $DISCLAIMER_FILE $(tput sgr0)" >> /etc/motd +echo "$(tput setaf 1)This device and its software is provided without warranty of merchantability or fitness for any particular purpose. Be careful when doing anything potentially harmful to your camera. See full disclaimer in $DISCLAIMER_FILE $(tput sgr0)" >> /etc/motd echo "" >> /etc/motd # generate fstab