Skip to content

Commit

Permalink
fix deb package install
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed May 7, 2021
1 parent 033089e commit 72ecb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ elif [ "$(which apt-get)" != "" ] ; then
packagefound=true
curl -1sLf https://dl.cloudsmith.io/public/karmab/kcli/cfg/setup/bash.deb.sh | sudo -E bash
sudo apt-get update
sudo apt-get -y install kcli
sudo apt-get -y install python3-kcli
fi

if [ "$packagefound" == "true" ] ; then
Expand Down

0 comments on commit 72ecb33

Please sign in to comment.