chore: Update iVentoy installation script to apply fixes

This commit is contained in:
Bram Suurd 2024-05-16 11:59:09 +02:00
parent 342e09b3a9
commit 0eecb5440f

View file

@ -46,13 +46,13 @@ Restart =on-failure
[Install]
WantedBy=multi-user.target
EOF
systemctl enable --now iventoy.service
systemctl enable -q --now iventoy.service
msg_ok "Created Service"
motd_ssh
customize
msg_info "Cleaning up"
$STD apt-get autoremove
$STD apt-get autoclean
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"