Add libcurl, libssl, and wget to the basic ports set.

This commit is contained in:
Jonas 'Sortie' Termansen 2021-05-29 23:37:28 +02:00
parent f875555e3e
commit b4182c28ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
set_minimal="cut dash e2fsprogs grep grub mdocml sed xargs"
set_basic="$set_minimal binutils bison bzip2 diffutils ed flex gawk gcc git gzip libcurses libstdc++ nano make patch pkg-config python tar vim xz xorriso"
set_basic="$set_minimal binutils bison bzip2 diffutils ed flex gawk gcc git gzip libcurl libcurses libssl libstdc++ nano make patch pkg-config python tar vim wget xz xorriso"
sets="basic minimal"