mirror of
https://git.uupdump.net/uup-dump/converter.git
synced 2025-10-02 09:40:48 +00:00
docs(macos-compatibility): update README with information regarding macOS
This commit is contained in:
@@ -299,18 +299,17 @@ if ! which cabextract >/dev/null 2>&1 \
|
||||
echo " - chntpw"
|
||||
echo " - genisoimage or mkisofs"
|
||||
echo ""
|
||||
|
||||
if [ `uname` == "Linux" ]; then
|
||||
# Linux
|
||||
echo "If you use Debian or Ubuntu you can install these using:"
|
||||
echo "sudo apt-get install cabextract wimtools chntpw genisoimage"
|
||||
elif [ `uname` == "Darwin" ]; then
|
||||
# macOS
|
||||
echo "macOS requires Homebrew (https://brew.sh) to install the prerequisite software."
|
||||
echo "If you use Homebrew, you can install these using:"
|
||||
echo "brew tap sidneys/homebrew"
|
||||
echo "brew install cabextract wimlib cdrtools sidneys/homebrew/chntpw"
|
||||
fi
|
||||
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user