An open API service indexing awesome lists of open source software.

https://github.com/complexorganizations/linux-automatic-updates

❤️ Automatically update linux.
https://github.com/complexorganizations/linux-automatic-updates

Last synced: 11 months ago
JSON representation

❤️ Automatically update linux.

Awesome Lists containing this project

README

          

### 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.