Skip to content

Commit

Permalink
[arch] fix typo's in disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Nov 3, 2019
1 parent 2b6dfe4 commit 4f13f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DISCLAIMER.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion makefiles/in_chroot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f13f13

Please sign in to comment.