Firstly install the required deps
The most popular 3 package managers used here as an example, but it may vary throughout others
APT (Debian, Ubuntu, Linux mint)
sudo apt update && sudo apt install -y unzip tar lz4DNF (Fedora, RHEL, CentOS Stream)
sudo dnf install unzip tar lz4Pacman (Arch, Manjaro)
sudo pacman -Syu unzip tar lz4Firstly, clone my repo with git
git clone https://github.com/EndaDwagon/MergeAllNow CD to the clone
cd MergeAllNow start merging with the command below!
./MergeAll.sh [path to ODIN firmware ZIP] [path to update BIN]./MergeAll.sh cleanupDeletes everything in the MergeAll folder BUT extracted odin firmware and the out directory
./MergeAll.sh cleanupallDeletes all work and out directories in the MergeAll folder