Skip to content

Commit

Permalink
fix fzf;
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-daniel committed Oct 10, 2024
1 parent 0502040 commit 3b6e3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/fzf/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apt-get update
apt-get install -y git wget

# Install fzf
su - "$_REMOTE_USER" -c "git clone --depth=1 https://github.com/junegunn/fzf.git ${_REMOTE_USER_HOME}/.fzf"
su - "$_REMOTE_USER" -c "${_REMOTE_USER_HOME}/.fzf/install"
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install --all
2 changes: 1 addition & 1 deletion test/fzf/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
source dev-container-features-test-lib

# Definition specific tests
check "check for fzf" su - "$_REMOTE_USER" -c "fzf --version"
check "check for fzf" fzf --version

# Report result
reportResults

0 comments on commit 3b6e3dd

Please sign in to comment.