aboutsummaryrefslogtreecommitdiff
path: root/scripts/setup_windows.sh
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-01-29 19:28:10 -0700
committerMelody Horn <melody@boringcactus.com>2021-01-29 19:28:10 -0700
commitb5bedf7c8bf9ece079619e30f9b64a93610ff577 (patch)
treeeb7d6676c055e6f60d7118def40b8e62862eb3a4 /scripts/setup_windows.sh
parent326cbf53a2cfa1c115523b9eb4837f629011a1f7 (diff)
downloadvidslice-b5bedf7c8bf9ece079619e30f9b64a93610ff577.tar.gz
vidslice-b5bedf7c8bf9ece079619e30f9b64a93610ff577.zip
set up for sourcehut builds
Diffstat (limited to 'scripts/setup_windows.sh')
-rw-r--r--scripts/setup_windows.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh
deleted file mode 100644
index a8da537..0000000
--- a/scripts/setup_windows.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-choco install python --version 3.7.9 -y
-curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
-export PATH=/C/Python37:$PATH
-python get-pip.py