Bu bash script'i, sisteminizin dağıtımını otomatik olarak algılar ve uygun paket yöneticisini kullanarak güncellemeleri yapar.
Ayrıca Snap ve Flatpak güncellemelerini de kontrol eder.
İşlem tamamlandıktan sonra, kullanıcıya sistemi yeniden başlatmak isteyip istemediğini sorar.
- Otomatik Dağıtım Algılama (Debian, Ubuntu, Fedora, Arch, vs.)
- Güncellemeleri Otomatik Yükleme
- Snap ve Flatpak Güncelleme Desteği
- Yeniden Başlatma Seçeneği
chmod +x update.sh
bash update.shThis bash script automatically detects your Linux distribution and updates the system using the appropriate package manager.
It also checks for Snap and Flatpak updates.
After the update process is complete, it asks the user whether they want to restart the system.
- Automatic Distribution Detection (Debian, Ubuntu, Fedora, Arch, etc.)
- Automatic System Updates
- Snap & Flatpak Update Support
- Restart Option
chmod +x update.sh
bash update.sh