mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Added Java hints.
This commit is contained in:
parent
fd7a17b733
commit
3a6383891a
@ -203,5 +203,10 @@ if [ "$(ls -A "$autostart_folder")" ]
|
|||||||
info "No startup entries found. Skipped removing."
|
info "No startup entries found. Skipped removing."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
info "Showing the installed Java versions..." &&
|
||||||
|
archlinux-java status &&
|
||||||
|
info "Keep in mind to set the right Java-Version if it's neccessary." ||
|
||||||
|
error "Failed."
|
||||||
|
|
||||||
info "Please restart the computer, so that all updates get applied."
|
info "Please restart the computer, so that all updates get applied."
|
||||||
success "Setup finished successfully :)" && exit 0
|
success "Setup finished successfully :)" && exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user