Skip to content

Commit 53ce01b

Browse files
Merge pull request #233 from RandomCoderOrg/libssl-fix
2 parents 5f7424e + 248c20a commit 53ce01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ msg "CPU architecture is OK."
7171
# pv: for showing progress while downloading/extracting filesystems
7272
# pulseaudio: for audio support
7373
lshout "Checking for required packages.."
74-
DEPENDS="git jq wget proot pv pulseaudio"
74+
DEPENDS="git jq wget proot pv pulseaudio openssl"
7575
TOINSTALL=""
7676

7777
for DEPEND in $DEPENDS; do

0 commit comments

Comments
 (0)