Skip to content

Commit

Permalink
init: fix package in Gentoo Stage3 image (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev authored Jun 27, 2024
1 parent d6bb5f1 commit 3365ff9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -774,22 +774,22 @@ if [ "${upgrade}" -ne 0 ] ||
shell_pkg="bash"
fi
deps="
${shell_pkg}
app-shells/${shell_pkg}
app-crypt/gnupg
bash-completion
diffutils
findutils
less
ncurses
app-shells/bash-completion
sys-apps/diffutils
sys-apps/findutils
sys-apps/less
sys-libs/ncurses
net-misc/curl
app-crypt/pinentry
procps
shadow
sudo
sys-process/procps
sys-apps/shadow
app-admin/sudo
sys-devel/bc
sys-process/lsof
util-linux
wget
sys-apps/util-linux
net-misc/wget
"
install_pkg=""
for dep in ${deps}; do
Expand Down

0 comments on commit 3365ff9

Please sign in to comment.