Skip to content

Commit dcd0281

Browse files
Jimvinuser
andauthored
Removed server prefix from operator package name. (#7)
Added `apt clean` to ubuntu/debian install to avoid stale package issue. Co-authored-by: user <user@new-quickstart.local>
1 parent 6259b26 commit dcd0281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quickstart/stackable-quickstart.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ function install_prereqs_debian {
101101
apt-get -y install gnupg openjdk-11-jdk curl
102102
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16dd12f5c7a6d76a
103103
echo "deb $REPO_URL buster main" > /etc/apt/sources.list.d/stackable.list
104+
apt clean
104105
apt update
105106
}
106107

@@ -168,7 +169,7 @@ function check_operator_list {
168169

169170
function install_operator {
170171
OPERATOR=$1
171-
PKG_NAME=stackable-${OPERATOR}-operator-server
172+
PKG_NAME=stackable-${OPERATOR}-operator
172173
echo "Installing Stackable operator for ${OPERATOR}"
173174

174175
$INSTALLER -y install ${PKG_NAME}

0 commit comments

Comments
 (0)