Skip to content

Commit

Permalink
Fixes;
Browse files Browse the repository at this point in the history
braun-daniel committed Oct 10, 2024
1 parent 938a01a commit 3f0e452
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/fzf/install.sh
Original file line number Diff line number Diff line change
@@ -7,13 +7,6 @@ echo "Installing git and wget..."
apt-get update
apt-get install -y git wget

# # Install Go
# echo "Installing Go..."
# GO_VERSION="1.20.5"
# wget https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz
# tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
# export PATH=$PATH:/usr/local/go/bin

# Install fzf as the remote user
_REMOTE_USER=${_REMOTE_USER:-"root"}
_REMOTE_USER_HOME=$(eval echo "~${_REMOTE_USER}")

0 comments on commit 3f0e452

Please sign in to comment.