Skip to content

oreonproject/Oreon-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oreon-verify

A CLI tool used to check the integrity of Oreon ISOs

📦 Installation

Clone the repository and build it with Cargo:

git clone https://github.com/oreonproject/Oreon-verify
cd Oreon-verify
cargo build --release

🧪 Usage

oreon-verify -f <ISO_FILE> -H <HASH>

Arguments

Flag Description
-f, --file Required – Path to the ISO file to verify
-H, --hash Required – Expected hash to compare against

💡 Example

oreon-verify -f oreon.iso -H 0d4a1183c7c19d1ef9e7d5e9cc70f5dc

Output (valid ISO):

ISO is fine!

Output (corrupted ISO):

ISO is corrupted!

⚠️ Errors

  • Missing arguments will trigger a panic with a message.
  • File or hash issues will print an error and exit.

About

A CLI tool used to check the integrity of Oreon ISOs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages