Add descriptions for ArchLinux dependencies

This commit is contained in:
supdrewin
2021-08-19 13:01:09 +08:00
parent d32e72379c
commit 3bbe1a2033
2 changed files with 8 additions and 0 deletions

View File

@@ -308,6 +308,9 @@ if ! which cabextract >/dev/null 2>&1 \
# Linux
echo "If you use Debian or Ubuntu you can install these using:"
echo "sudo apt-get install cabextract wimtools chntpw genisoimage"
echo ""
echo "If you use Arch Linux you can install these using:"
echo "sudo pacman -S cabextract wimlib chntpw cdrtools"
elif [ `uname` == "Darwin" ]; then
# macOS
echo "macOS requires Homebrew (https://brew.sh) to install the prerequisite software."