Skip to content

MLWALK3R/upgrade-easier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Preferred method

curl -s https://raw.githubusercontent.com/MLWALK3R/upgrade-easier/master/update.sh | bash

Curl Version

curl -o update.sh  https://raw.githubusercontent.com/MLWALK3R/upgrade-easier/master/update.sh && chmod +x update.sh && ./update.sh

Wget Version

wget https://raw.githubusercontent.com/MLWALK3R/upgrade-easier/master/update.sh && chmod +x update.sh && ./update.sh

Updating made easier

Designed for updating linux servers with minimal effort.

Debian Based OSes

  • apt-get update
  • apt-get upgrade -y
  • apt-get dist-upgrade -y

RHEL Based OSes

  • yum upgrade -y

ARCH Based OSes

  • pacman -Scc --noconfirm
  • pacman -Syu --noconfirm

About

Update/upgrade your server in one click.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages