Skip to content

Commit

Permalink
init: add bash-completion to packages list. Fix #554
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Aug 4, 2023
1 parent 820c379 commit 9c8e91f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -354,29 +354,30 @@ if [ "${upgrade}" -ne 0 ] || ! command -v find || ! command -v mount || ! comman
fi
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
findmnt
findutils
gnupg
less
libc-utils
lsof
mount
umount
ncurses
pinentry
libc-utils
posix-libc-utils
procps
shadow
su-exec
sudo
tzdata
umount
util-linux
util-linux-misc
vte3
wget
tzdata
$(apk search -q mesa-dri)
$(apk search -q mesa-vulkan)
vulkan-loader
Expand Down Expand Up @@ -437,6 +438,7 @@ if [ "${upgrade}" -ne 0 ] || ! command -v find || ! command -v mount || ! comman
deps="
${shell_pkg}
apt-utils
bash-completion
bc
curl
dialog
Expand Down Expand Up @@ -514,6 +516,7 @@ if [ "${upgrade}" -ne 0 ] || ! command -v find || ! command -v mount || ! comman
fi
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
Expand Down Expand Up @@ -583,6 +586,7 @@ if [ "${upgrade}" -ne 0 ] || ! command -v find || ! command -v mount || ! comman
deps="
${shell_pkg}
app-crypt/gnupg
bash-completion
diffutils
findutils
less
Expand Down Expand Up @@ -639,6 +643,7 @@ EOF
fi
deps="
${shell_pkg}
bash-completion
bc
diffutils
findutils
Expand Down Expand Up @@ -721,6 +726,7 @@ EOF
fi
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
Expand Down Expand Up @@ -781,6 +787,7 @@ EOF
fi
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
Expand Down Expand Up @@ -873,6 +880,7 @@ EOF
fi
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
Expand Down Expand Up @@ -941,6 +949,7 @@ EOF
fi
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
Expand Down Expand Up @@ -1017,6 +1026,7 @@ EOF
# that it is set up correctly for the user.
deps="
${shell_pkg}
bash-completion
bc
curl
diffutils
Expand Down

0 comments on commit 9c8e91f

Please sign in to comment.