/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/do-offline-updates.sh

  • Committer: Gustav Hartvigsson
  • Date: 2024-09-30 19:03:54 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20240930190354-o57vi8aaqi0ezwz8
Misspelled:  pkcon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
}
63
63
 
64
64
function __download_updates () {
65
 
  pkgcon update --download-only
 
65
  pkcon update --download-only
66
66
  if [[ $? == 0 ]];then
67
67
    __UPDATES_AVAILABLE=true
68
68
  else