Skip to content

Vaeralie/ArchLinux-Maintenance-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Presentation

An all-in-one script that simplifies system maintenance on Arch Linux and Arch-based Linux distributions.

This script can :

  1. check for failed systemd services,
  2. check for errors in the logs files,
  3. upgrade official packages,
  4. upgrade AUR packages,
  5. check for orphaned packages,
  6. clean packages cache,
  7. check disks health,

on demand by the user from the script's menu.

Screenshot_2022-01-09_01-37-57

Requirements

  • Yet another yogurt (yay) for utility 4. The yay package can be found in the AUR at the following link : https://aur.archlinux.org/packages/yay/.
  • Smartmontools for utility 7. The smartmontools package can be manually installed by running pacman -S smartmontools or automatically by selecting option 7 without the package installed.