mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Update commands view
This commit is contained in:
parent
b158259629
commit
01f07d8976
1 changed files with 6 additions and 6 deletions
|
@ -135,12 +135,12 @@ class SBoNetwork(object):
|
|||
commands = {
|
||||
"r": "README",
|
||||
"R": "README",
|
||||
"s": "SlackBuild",
|
||||
"S": "SlackBuild",
|
||||
"f": "info",
|
||||
"F": "info",
|
||||
"o": "doinst",
|
||||
"O": "doinst",
|
||||
"s": "{0}.SlackBuild".format(self.name),
|
||||
"S": "{0}.SlackBuild".format(self.name),
|
||||
"f": "{0}.info".format(self.name),
|
||||
"F": "{0}.info".format(self.name),
|
||||
"o": "doinst.sh",
|
||||
"O": "doinst.sh",
|
||||
"d": "download",
|
||||
"D": "download",
|
||||
"b": "build",
|
||||
|
|
Loading…
Add table
Reference in a new issue