Skip to content

complexorganizations/linux-automatic-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 

Repository files navigation

Linux Automatic Updates

Automatically update linux.

echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get clean -y && apt-get autoremove -y && apt-get autoclean -y && apt-get install -f -y

Author


Credits

Open Source Community


License

This project is unlicensed.