From 5d62b37fb4ec9d205422d87900a10bf2b41c8ac5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 24 Dec 2020 05:53:02 -0700 Subject: make sure the build actually works (#1) * get ready to wrestle with build infra for three hours * put some things back where they came from * juggle more dependency stuff * it's always something * use correct python * look harder for the correct DLLs fml * correctly disable sh -x * i swear to fuckin christ * bdg voice i am going to throw myself into the sea --- scripts/setup_linux.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/setup_linux.sh') diff --git a/scripts/setup_linux.sh b/scripts/setup_linux.sh index 4f199b7..f1f641a 100644 --- a/scripts/setup_linux.sh +++ b/scripts/setup_linux.sh @@ -1,7 +1 @@ #!/usr/bin/env bash -set -x - -sudo apt-get update -sudo apt-get install -y python3 python3-dev python3-pip python3-setuptools libgtk2.0-dev libgtk-3-dev libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libnotify-dev freeglut3 freeglut3-dev libsm-dev libwebkitgtk-dev libwebkitgtk-3.0-dev - -set +x -- cgit v1.2.3