We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87d900 commit bee2722Copy full SHA for bee2722
Makefile
@@ -91,7 +91,7 @@ debian-install-deps:
91
cd ~/ \
92
sudo dpkg -i /tmp/libssl1.1_1.1.1w-0+deb11u1_amd64.deb \
93
sudo dpkg -i /tmp/esl-erlang_26.2.3-1~debian~buster_amd64.deb \
94
- sudo unzip -qo /tmp/elixir-otp-26.zip
+ sudo unzip -d /usr/ -qo /tmp/elixir-otp-26.zip
95
rm /tmp/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
96
rm /tmp/esl-erlang_26.2.3-1~debian~buster_amd64.deb
97
rm /tmp/elixir-otp-26.zip
0 commit comments