Skip to content

Commit

Permalink
try1
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan-sharma11 <[email protected]>
  • Loading branch information
Aryan-sharma11 committed Aug 12, 2024
1 parent e04db0b commit 34ffc86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contribution/self-managed-k8s/crio/install_crio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ echo "deb [signed-by=/etc/apt/keyrings/cri-o-apt-keyring.gpg] https://pkgs.k8s.i
# install
sudo apt-get update
sudo apt-get install -y cri-o

CRIO_PACKAGE=$(ls /var/cache/apt/archives | grep "cri-o" | grep "$VERSION")
sudo dpkg -i --force-overwrite /var/cache/apt/archives/$CRIO_PACKAGE
sudo dpkg -i --force-overwrite /var/cache/apt/archives/cri-o_*.deb

# this option is not supported in ubuntu 18.04
if [ "$VERSION_ID" == "18.04" ]; then
Expand Down

0 comments on commit 34ffc86

Please sign in to comment.