Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit e64692e

Browse files
authored
fix: install missing packages in debian (#33)
1 parent 1944bfb commit e64692e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/install.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ EOF
205205
$STD apt-get update
206206
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
207207
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
208-
$STD apt-get install -y wget logrotate
208+
$STD apt-get install -y wget logrotate sudo curl mc
209209
if [[ "$INSTALL_SSH" == "yes" ]]; then
210210
$STD apt-get install -y openssh-server
211211
fi

0 commit comments

Comments
 (0)