mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 01:54:15 +01:00
warnings: commit what was left uncommitted.
This commit is contained in:
parent
1b8646cdd5
commit
293fcd93b3
9
warnings
9
warnings
@ -1,20 +1,11 @@
|
||||
command -v \vim >/dev/null 2>&1 || { echo >&2 "WARNING: vim isn't installed You should install it, because it's used as text editor.!"; }
|
||||
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! 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."; }
|
||||
command -v \lynx >/dev/null 2>&1 || { echo >&2 "WARNING: lynx isn't installed! You should install it, because it's used by many functions."; }
|
||||
command -v \gpg-agent >/dev/null 2>&1 || { echo >&2 "WARNING: gnupg-agent isn't installed. You should install it, because it's used by gpg.conf and xsessionrc in shell-things."; }
|
||||
|
||||
|
||||
if [ ! -f /usr/share/doc/popularity-contest/copyright ]
|
||||
then
|
||||
echo "You might want to install popularity-contest. See http://popcon.debian.org/"
|
||||
fi
|
||||
|
||||
## To disable warnings, add the following (UNCOMMENTED!) to ~/.custom
|
||||
|
||||
#if [ -f ~/.warnings ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user