Skip to content

Commit

Permalink
another typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed May 12, 2024
1 parent 23cded3 commit f96da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps:
@[ -r /etc/fedora-release ] && { \
yum install -y zsh cryptsetup file gnupg pinentry-curses; }
@[ -r /etc/alpine-release ] && { \
apk install -y zsh cryptsetup file gpg pinentry-tty e2fsprogs findmnt; }
apk install -y zsh cryptsetup file gpg pinentry-tty e2fsprogs findmnt; }

all:
@echo
Expand Down

0 comments on commit f96da6e

Please sign in to comment.