MLWALK3R / upgrade-easier

Update/upgrade your server in one click.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Shell 100.0%