clean: remove useless package installation
This commit is contained in:
parent
9faf7b6fe7
commit
1cfa5df370
@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
apt update
|
||||
apt install -y build-essential dkms linux-headers-generic
|
||||
# Get the master node's IP from the arguments
|
||||
MASTER_IP=$1
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
apt update
|
||||
sudo apt install -y build-essential dkms linux-headers-generic
|
||||
# Install K3s on the master node
|
||||
curl -sfL https://get.k3s.io | sh -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user