Update linux-update-MDE-Linux.md

updated
This commit is contained in:
Lovina Saldanha
2020-11-20 09:55:40 +05:30
parent fc785f93d5
commit 5783ffe5b3

View File

@ -28,7 +28,7 @@ Linux (and Unix) have a tool called **crontab** (similar to Task Scheduler) to b
> [!NOTE] > [!NOTE]
> To get a list of all the time zones, run the following command: > To get a list of all the time zones, run the following command:
> `timedatectl list-timezones`<br> > `timedatectl list-timezones`<br>
> Examples for timezones: > Examples for timezones: <br>
> - `America/Los_Angeles` > - `America/Los_Angeles`
> - `America/New_York` > - `America/New_York`
> - `America/Chicago` > - `America/Chicago`
@ -77,7 +77,7 @@ CRON_TZ=America/Los_Angeles
`06**sun[$(date +\%d) -le 15] sudo zypper update mdatp>>~/mdatp_cron_job.log` `06**sun[$(date +\%d) -le 15] sudo zypper update mdatp>>~/mdatp_cron_job.log`
#! Ubuntu and Debian systems #!Ubuntu and Debian systems
`06**sun [$(date +\%d) -le 15] sudo apt-get install --only-upgrade mdatp>>~/mdatp_cron_job.log` `06**sun [$(date +\%d) -le 15] sudo apt-get install --only-upgrade mdatp>>~/mdatp_cron_job.log`