From 7a0647f0a303d0999c0b82bcfd6bc10791edd1ec Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 15:06:08 +0200 Subject: [PATCH] Update INSTALL --- INSTALL | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/INSTALL b/INSTALL index a475679..a303785 100644 --- a/INSTALL +++ b/INSTALL @@ -23,44 +23,27 @@ System requirements Installation ============ - As root execute this command (the easy way!): + 1. type in terminal as ROOT (in the MOTDs32 directory): + ./Install.sh - - -######## install only motd (long way) - - 1. try this - - # make install - - 2. Add following lines to /etc/crontab as root (5 minut refresh interval) - - # Message Of The Day - System Status - */5 * * * * root /usr/bin/motds32 --generate - - 3. (Optional) Update the configuration files in /etc/motdstat directory - - + Upgrade instructions ==================== - 1. As root execute command: - - # make install - - 2. (Optional) Update the configuration files in /etc/motds32 directory + in TODO list Uninstall instructions ====================== - 1. As root execute command: - # make uninstall + 1. type in terminal (in the MOTDs32 directory): + ./Unisntall.sh - 2. As root remove the following lines from /etc/crontab + 2. As root remove the following lines from crontab -e - # Message Of The Day - System Status - */5 * * * * root /usr/bin/motds32 --generate + ### MOTDs32 generation (5 min) + */5 * * * * root /usr/bin/motds32 -g 2>1 + ###