chore: Update iVentoy installation script to apply fixes

pull/2988/head
Bram Suurd 1 year ago
parent 342e09b3a9
commit 0eecb5440f
  1. 6
      install/iventoy-install.sh

@ -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"
Loading…
Cancel
Save