We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6259b26 commit dcd0281Copy full SHA for dcd0281
quickstart/stackable-quickstart.sh
@@ -101,6 +101,7 @@ function install_prereqs_debian {
101
apt-get -y install gnupg openjdk-11-jdk curl
102
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16dd12f5c7a6d76a
103
echo "deb $REPO_URL buster main" > /etc/apt/sources.list.d/stackable.list
104
+ apt clean
105
apt update
106
}
107
@@ -168,7 +169,7 @@ function check_operator_list {
168
169
170
function install_operator {
171
OPERATOR=$1
- PKG_NAME=stackable-${OPERATOR}-operator-server
172
+ PKG_NAME=stackable-${OPERATOR}-operator
173
echo "Installing Stackable operator for ${OPERATOR}"
174
175
$INSTALLER -y install ${PKG_NAME}
0 commit comments