mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed for upgrading
This commit is contained in:
parent
e043d79374
commit
77ed55a450
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Slackbuilds(Configs):
|
|||
self.progress_message: str = f'{self.cyan}Upgrading{self.endc}'
|
||||
|
||||
def set_slackware_command(self) -> None:
|
||||
if self.option_for_reinstall:
|
||||
if self.mode == 'upgrade' or self.option_for_reinstall:
|
||||
self.slackware_command: str = self.reinstall
|
||||
|
||||
def find_package_for_install(self, name: str) -> str:
|
||||
|
|
Loading…
Reference in a new issue