mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-24 02:19:33 +00:00
Clarify the need for admin privileges on update
Fixes: https://github.com/resin-io/resin-cli/issues/223
This commit is contained in:
@ -14,3 +14,4 @@ exports.hasAvailableUpdate = ->
|
||||
exports.notify = ->
|
||||
return if not exports.hasAvailableUpdate()
|
||||
notifier.notify()
|
||||
console.log('Notice that you might need administrator privileges depending on your setup')
|
||||
|
Reference in New Issue
Block a user