mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Replaced the done character
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Upgrades Ubuntu Linux
|
||||
.DESCRIPTION
|
||||
@ -46,7 +46,7 @@ try {
|
||||
sudo reboot
|
||||
}
|
||||
|
||||
"✔️ Done."
|
||||
"✅ Done."
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Reference in New Issue
Block a user