mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 14:07:20 +02:00
Improve the done output
This commit is contained in:
@ -48,7 +48,8 @@ try {
|
||||
#sudo do-release-upgrade -d # to latest supported release
|
||||
sudo reboot
|
||||
}
|
||||
"Done."
|
||||
|
||||
"✔️ Done."
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user