Skip to content

Commit

Permalink
new key for google apt packages url (fixes #43) (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jun 5, 2023
1 parent ad3b953 commit 96ad1ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export DIST_NAME=cube
export DIST_VERSION=0.0.10
export DIST_VERSION=0.0.11
export MODULES="base(cube)"


Expand Down
4 changes: 2 additions & 2 deletions src/modules/cube/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ sed -i -e 's/#Class = .*/Class = 0x00010c/g' /etc/bluetooth/main.conf
pip3 install 'pybluez==0.23'

curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
apt update
apt install -y nodejs kubectl kubeadm kubelet
pip3 install docker-compose
Expand Down

0 comments on commit 96ad1ea

Please sign in to comment.