Skip to content

Commit

Permalink
add missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
Shardbyte committed Jul 14, 2024
1 parent d58b5eb commit cc090b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/wings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dep_install() {
install_packages "dnf-utils"
dnf config-manager --add-repo=https://download.docker.com/linux/fedora/docker-ce.repo

[ "$CONFIGURE_LETSENCRYPT" == true ]
[ "$CONFIGURE_LETSENCRYPT" == true ] && install_packages "epel-release"

install_packages "device-mapper-persistent-data lvm2"
;;
Expand Down

0 comments on commit cc090b8

Please sign in to comment.