mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32:31 +01:00
warnings: restore Ubuntu compatibility
This commit is contained in:
parent
296c9ccf22
commit
a70cb01ef0
1
warnings
1
warnings
@ -1,4 +1,3 @@
|
||||
command -v \srm >/dev/null 2>&1 || { echo >&2 "You might want to install srm for secure file deletion. It's not used by shell-things yet, but might be in near future"; }
|
||||
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."; }
|
||||
|
Loading…
Reference in New Issue
Block a user