Skip to content

Commit

Permalink
Run export
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Mar 8, 2024
1 parent 4232b30 commit 735e41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "Installing Golang"
curl -O https://dl.google.com/go/go1.22.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.1.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.bashrc
. ~/.bashrc
export PATH=$PATH:/usr/local/go/bin

echo "Installing other dependencies"
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
Expand Down

0 comments on commit 735e41c

Please sign in to comment.