Mysterious EOF fix? (typo)

This commit is contained in:
COW_ILLUMINATI 2024-06-05 20:56:15 -04:00
parent 0566986308
commit 35e44fa64f

@ -3,7 +3,8 @@ all:
install: install:
cp cowfetch /usr/local/bin/ cp cowfetch /usr/local/bin/
mkdir -p /etc/cowfetch mkdir -p /etc/cowfetch
if [ ! -f /etc/cowfetch/logo.ascii ]; if [ ! -f /etc/cowfetch/logo.ascii ]; then
thencp logo.ascii /etc/cowfetch/logo.ascii
cp logo.ascii /etc/cowfetch/logo.ascii
fi fi