Skip to content

Commit 027ea61

Browse files
Merge pull request #1753 from dmitry-shibanov/v-dmshib/add-improt-utils-openssl
Add import utils for openssl.sh
2 parents bc2217e + e51422d commit 027ea61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/macos/provision/core/openssl.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
2+
3+
source ~/utils/utils.sh
4+
25
echo "Installing OpenSSL..."
36
export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"
47

0 commit comments

Comments
 (0)