Skip to content

Commit

Permalink
Merge pull request #5 from mportizlunyov/v2.0.0-release
Browse files Browse the repository at this point in the history
V2.0.0 release
  • Loading branch information
mportizlunyov authored Jul 26, 2024
2 parents 15286c8 + 27059fd commit 9679230
Show file tree
Hide file tree
Showing 3 changed files with 1,078 additions and 1,409 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release 2.0.0 (July 25th, 2024)
= = =
- Near-complete rewrite of entire script
- Changed how descriptive arguments are displayed and ran
- Renamed --disable-alt-managers/--dam flag to --official-only/-oo
- Temporarily dropped support for zSh (zShell)

Release 1.5.8 (May 21st, 2024)
= = =
- Fixed bug that caused infinite loops when attempting to update OpenSUSE systems
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Welcome to Update_Full-UNIX (1.5.8)!
## Welcome to Update_Full-UNIX (2.0.0)!

Update_Full is a suite of Free & Open-Source scripts written in several shell scripts that allows for simple, customisable, and full updating of a wide variety of Operating Systems through their respective package managers.

Expand All @@ -22,10 +22,10 @@ This script uses three types of arguments:
- ^_Modifier available_
- `--yum-update` / `-yu` Use YUM instead of DNF on Red-Hat
- *<ins>Not compatible</ins> with `-ao`
- `--disable-alt-managers` / `-dam` Skip alternative package managers
- `--official-only` / `-oo` Skip alternative package managers
- *<ins>Not compatible</ins> with `-ao`
- `--alt-only` / `-ao` Skip native package managers
- *<ins>Not compatible</ins> with `-ao`
- *<ins>Not compatible</ins> with `-oo`
- `--custom-log-path` / `-clp` Define a custom PATH for the log-file
- *<ins>Must be run</ins> with `-ss`
- ^_Modifier available_
Expand All @@ -52,7 +52,6 @@ This script is **_compatible_ and _tested_** with:
> - KSH (Korne SHell)
> - ASH (Almquist SHell)
> - DASH (Debian Almquist Shell)
> - ZSH (Z SHell)
The following are **NOT supported**:
> - CSH (C SHell)
Expand Down
Loading

0 comments on commit 9679230

Please sign in to comment.