Skip to content

Commit

Permalink
fixed go version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper-Dragon committed Nov 24, 2022
1 parent eeb9e5e commit b55eedd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup_cfssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ then
add-apt-repository ppa:longsleep/golang-backports
apt update
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6BC817356A3D45E
apt update && apt upgrade
apt install golang-go
apt update #&& apt upgrade
apt install golang-1.16-go

#setup password from password config file
source ./creds.env
Expand Down Expand Up @@ -102,7 +102,7 @@ else
echo "Read the readme, and configure everything!"
sleep 2

nano ./creds.env
vim ./creds.env
fi

exit 1

0 comments on commit b55eedd

Please sign in to comment.