mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
recommends: mention what can be ignored if not on Linux.
This commit is contained in:
parent
ff16dd58fd
commit
fe19864394
@ -9,10 +9,10 @@ fi
|
||||
|
||||
if [ ! -f /usr/share/doc/gnupg-curl/copyright ]
|
||||
then
|
||||
echo "You might want to install gnupg-curl. It allows you to use shortened URLs with gpg1."
|
||||
echo "You might want to install gnupg-curl. It allows you to use shortened URLs with gpg1." && echo "If you aren't on Linux, you can ignore this."
|
||||
fi
|
||||
|
||||
if [ ! -f /usr/share/doc/popularity-contest/copyright ]
|
||||
then
|
||||
echo "You might want to install popularity-contest. See http://popcon.debian.org/"
|
||||
echo "You might want to install popularity-contest. See http://popcon.debian.org/" && echo "If you aren't on Linux you can ignore this."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user