Skip to content

Commit

Permalink
Remove dependency setools
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed Mar 16, 2023
1 parent a4957ff commit 58d25e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

The following dependencies are required:

| DistrOS | | | | |
|:-------------------:|-------------------------------------------------------------------------------------------------|-------------------|------------|------------|
| Debian | `lzip wine winetricks patchelf e2fsprogs aria2 python3 python3-pip aria2 p7zip-full attr unzip` | `setools` | `whiptail` | `xz-utils` |
| openSUSE Tumbleweed | Same as above | `setools-console` | `dialog` | `xz` |
| DistrOS | | | |
|:-------------------:|-------------------------------------------------------------------------------------------------|------------|------------|
| Debian | `lzip wine winetricks patchelf e2fsprogs aria2 python3 python3-pip aria2 p7zip-full attr unzip` | `whiptail` | `xz-utils` |
| openSUSE Tumbleweed | Same as above | `dialog` | `xz` |

The following components need to be installed using `winetricks`: `msxml6`

Expand Down
1 change: 0 additions & 1 deletion scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ require_su() {
echo "Checking and ensuring dependencies"
check_dependencies() {
command -v whiptail >/dev/null 2>&1 || command -v dialog >/dev/null 2>&1 || NEED_INSTALL+=("whiptail")
command -v seinfo >/dev/null 2>&1 || NEED_INSTALL+=("setools")
command -v lzip >/dev/null 2>&1 || NEED_INSTALL+=("lzip")
if [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop ] || [ "$(id -u)" == "0" ]; then
command -v wine64 >/dev/null 2>&1 || NEED_INSTALL+=("wine")
Expand Down

0 comments on commit 58d25e9

Please sign in to comment.