From 1597bbe8236a372ecb66bc2bc52e9073f293961a Mon Sep 17 00:00:00 2001 From: Carl Manzi Date: Sun, 3 Jan 2021 14:55:12 -0500 Subject: [PATCH] Removed binaries --- dependencies.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dependencies.txt diff --git a/dependencies.txt b/dependencies.txt deleted file mode 100644 index 9bf9aac..0000000 --- a/dependencies.txt +++ /dev/null @@ -1,13 +0,0 @@ -Required OS packages for Ubuntu: -# dpkg --add-architecture i386 -# apt update -# apt install unzip xvfb python3-pip wine32 cpulimit -# pip3 install tqdm - -Required OS packages for RHEL 8: -# dnf install epel-repo -# dnf install wine-core unzip xorg-x11-server-Xvfb - -Required OS packages for RHEL 7: -# yum install epel-repo -# yum install wine-core unzip xorg-x11-server-Xvfb \ No newline at end of file