Skip to content

Commit

Permalink
edit install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
w3ichen committed May 25, 2023
1 parent 9c593e2 commit 7b1c188
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get \

# Debian's Go 1.17 package installs "go" command under /usr/lib/go-1.17/bin
export PATH=/usr/lib/go-1.17/bin:$PATH
sudo ln -s /usr/lib/go-1.17/bin/go /usr/bin/
sudo ln -sf /usr/lib/go-1.17/bin/go /usr/bin/

cd ~

Expand Down Expand Up @@ -170,7 +170,6 @@ EOF


# Setup systemd to run firecracker-containerd service
mkdir -p /etc/systemd/system/
sudo tee /etc/systemd/system/firecracker-containerd.service <<EOF
[Unit]
Description=Firecracker Containerd
Expand All @@ -187,3 +186,7 @@ EOF
sudo systemctl daemon-reload
sudo systemctl enable firecracker-containerd.service
sudo systemctl start firecracker-containerd.service



echo "Installation Done."

0 comments on commit 7b1c188

Please sign in to comment.