Skip to content

Commit b5e40c7

Browse files
authored
easyinstall: Add ca-certificates to list of packages to install with apt (#1341)
* Add ca-certificates to list of packages to install with apt * Remove dhcpcd from packages to install
1 parent 0e6c93b commit b5e40c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ SECRET_FILE="$HOME/.config/piscsi/secret"
7676
FILE_SHARE_PATH="$HOME/shared_files"
7777
FILE_SHARE_NAME="Pi File Server"
7878

79-
APT_PACKAGES_COMMON="build-essential git protobuf-compiler bridge-utils dhcpcd"
79+
APT_PACKAGES_COMMON="build-essential git protobuf-compiler bridge-utils ca-certificates"
8080
APT_PACKAGES_BACKEND="libspdlog-dev libpcap-dev libprotobuf-dev protobuf-compiler libgmock-dev clang"
8181
APT_PACKAGES_PYTHON="python3 python3-dev python3-pip python3-venv python3-setuptools python3-wheel libev-dev libevdev2"
8282
APT_PACKAGES_WEB="nginx-light genisoimage man2html hfsutils dosfstools kpartx unzip unar disktype gettext"

0 commit comments

Comments
 (0)