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.
- Host: GitHub
- URL: https://github.com/complexorganizations/linux-automatic-updates
- Owner: complexorganizations
- Created: 2021-02-09T17:44:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T08:00:20.000Z (about 3 years ago)
- Last Synced: 2025-01-10T20:19:25.705Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme.md
- Funding: .github/funding.yml
- Code of conduct: .github/code_of_conduct.md
- Codeowners: .github/codeowners
- Security: .github/security.md
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.