Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into testing_issue_1287
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 11, 2023
2 parents 7bcd43d + c59a300 commit 03c90a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/shared/piscsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// The following should be updated for each release
const int piscsi_major_version = 23; // Last two digits of year
const int piscsi_minor_version = 10; // Month
const int piscsi_minor_version = 11; // Month
const int piscsi_patch_version = -1; // Patch number - increment for each update

using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SECRET_FILE="$HOME/.config/piscsi/secret"
FILE_SHARE_PATH="$HOME/shared_files"
FILE_SHARE_NAME="Pi File Server"

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

0 comments on commit 03c90a3

Please sign in to comment.