This commit is contained in:
CanbiZ 2025-09-22 19:51:00 +02:00 committed by GitHub
parent 2da3b1bb15
commit 9d35c31243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
$STD apt install -y \
nmap \
samba \
samba-common-bin \
@ -50,6 +50,7 @@ motd_ssh
customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
$STD apt -y autoremove
$STD apt -y autoclean
$STD apt -y clean
msg_ok "Cleaned"