Fix the dumb
This commit is contained in:
parent
98f41ec031
commit
cf44a51cf3
@ -4,7 +4,7 @@
|
||||
pikman [global options] command [command options] [arguments...]
|
||||
|
||||
## VERSION:
|
||||
v1.23.6.5.1
|
||||
v1.23.6.5.2
|
||||
|
||||
## COMMANDS:
|
||||
|
||||
|
@ -97,16 +97,9 @@ func (c *Command) getCommand() (string, error) {
|
||||
}
|
||||
|
||||
func (c *Command) runUpgrades() error {
|
||||
var err error
|
||||
|
||||
if c.OsType == types.Ubuntu {
|
||||
err = updates.GetUbuntuUpdates(c.IsJSON)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return updates.GetUbuntuUpdates(c.IsJSON)
|
||||
}
|
||||
|
||||
err = updates.GetFlatpakUpdates(c.IsJSON)
|
||||
|
||||
return err
|
||||
return updates.GetFlatpakUpdates(c.IsJSON)
|
||||
}
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
pikman (1.23.6.5.2-99pika2.lunar) lunar; urgency=low
|
||||
|
||||
* Nala -> apt until nala-rs is out
|
||||
* Fix bug in upgrades
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 10 Dec 2022 13:48:00 +0300
|
||||
|
||||
pikman (1.23.6.5.1-99pika2.lunar) lunar; urgency=low
|
||||
|
||||
* Add upgrades with --json flag
|
||||
|
Loading…
Reference in New Issue
Block a user