From 322bf07fa433b03ef68c0f04d8c18073695f3030 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 5 Aug 2012 21:15:55 +0300 Subject: [PATCH] warnings: Add Supybot-style todo. --- warnings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warnings b/warnings index 08a2c46b..d77079e9 100644 --- a/warnings +++ b/warnings @@ -2,7 +2,7 @@ command -v \vim >/dev/null 2>&1 || { echo >&2 "WARNING: vim isn't installed You command -v \most >/dev/null 2>&1 || { echo >&2 "WARNING: most isn't installed! You should install it, because it's used as pager."; } command -v \htop >/dev/null 2>&1 || { echo >&2 "WARNING: htop isn't installed! You should install it, because it's used as top."; } unalias youtube-dl -command -v \youtube-dl >/dev/null 2>&1 || { echo >&2 "WARNING: youtube-dl isn't installed! You should install it, because it's used as youtube-dl. What am I writing? Install it for fun"; } # Expect this to be removed in near future. +command -v \youtube-dl >/dev/null 2>&1 || { echo >&2 "WARNING: youtube-dl isn't installed! If you see this message, then Mkaysi has been too lazy to create the recommends script for shell-things. REPORT A BUG!"; } # Expect this to be removed in near future. alias youtube-dl="youtube-dl -t" command -v \aptitude >/dev/null 2>&1 || { echo >&2 "WARNING: aptitude isn't installed! You should install it, because it's used as apt-get"; } command -v \gpg2 >/dev/null 2>&1 || { echo >&2 "WARNING: gnupg2 isn't installed! You should install it, because it's used as gpg."; }