Skip to content

Commit

Permalink
fix to install make
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Aug 4, 2023
1 parent e0c79b4 commit d223e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r-apt/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [ "${INSTALL_JUPYTERLAB}" = "true" ]; then
fi

if [ "${INSTALL_BSPM}" = "true" ]; then
APT_PACKAGES+=(python3-apt python3-dbus python3-gi)
APT_PACKAGES+=(make python3-apt python3-dbus python3-gi)
fi

apt_get_update() {
Expand Down

0 comments on commit d223e05

Please sign in to comment.