We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c4955 commit d087d1cCopy full SHA for d087d1c
builder/image-software.sh
@@ -111,8 +111,8 @@ mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED
111
echo "--- Install and enable Butterfly (web terminal)"
112
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
113
my_travis_retry pip3 install cryptography==3.4.6 # https://stackoverflow.com/a/68472128/6850197
114
-my_travis_retry pip3 install pyOpenSSL==20.0.1
115
-my_travis_retry pip3 install tornado==5.1.1
+#my_travis_retry pip3 install pyOpenSSL==20.0.1
+#my_travis_retry pip3 install tornado==5.1.1
116
my_travis_retry pip3 install butterfly
117
my_travis_retry pip3 install butterfly[systemd]
118
systemctl enable butterfly.socket
0 commit comments