Script update Ubuntu



Tạo file update.sh sau paste nội dung sau vào:


#!bin/bash

LOG_UPDATE=/var/log/log_update

echo "----- Starting update and upgrade of Ubuntu -----"
apt-get update > $LOG_UPDATE && apt-get upgrade -y >> $LOG_UPDATE  && apt-get dist-upgrade -y >> $LOG_UPDATE
echo "----- Finished update and upgrade of Ubuntu -----"



Trường hợp muốn update phiên bản Ubuntu sử dụng thêm câu lệnh:

$ sudo do release-upgrade

Đặt crontab để update tự động

30 22 01 * * bash update.sh # update vào lúc 22h30 ngày 1 hàng tháng.
Share on Google Plus

About Unknown

I'm Demons, I write this blog want to share knowlegde with everyone!
    Blogger Comment

0 nhận xét:

Đăng nhận xét