Skip to content

Commit e64692e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/install.func

+1-1
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)