mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
warnings: add commented instructions for disabling warnings.
This commit is contained in:
parent
b98854b054
commit
0b2a496814
6
warnings
6
warnings
@ -13,3 +13,9 @@ if [ ! -f /usr/share/doc/popularity-contest/copyright ]
|
|||||||
then
|
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/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
## To disable warnings, add the following (UNCOMMENTED!) to ~/.custom
|
||||||
|
|
||||||
|
#if [ -f ~/.warnings ]; then
|
||||||
|
# rm ~/.warnings
|
||||||
|
# fi
|
||||||
|
Loading…
Reference in New Issue
Block a user