mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Removed comments
This commit is contained in:
parent
3217e5fc17
commit
310094ae60
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ class Packages(Configs):
|
|||
md5.check(self.tmp_slpkg, package, pkg_checksum)
|
||||
|
||||
def install_packages(self) -> None:
|
||||
""" Install the packages. """
|
||||
for package in self.binary_packages:
|
||||
progress_message: str = f'{self.cyan}Installing{self.endc}'
|
||||
slack_command: str = self.installpkg
|
||||
|
|
Loading…
Reference in a new issue