mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
The test script was still using opkg to install openssl-util. Use apk instead, and move it to pre-test.sh so that openssl installation will not depend on the order that the packages are tested. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 lines
31 B
Bash
3 lines
31 B
Bash
#!/bin/sh
|
|
apk add openssl-util
|