Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
distro_info
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
distro_info
Commits
dab02a18
Commit
dab02a18
authored
Mar 23, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
distro_info: fix deb packages name
parent
55b409bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
distro_info
bin/distro_info
+2
-2
No files found.
bin/distro_info
View file @
dab02a18
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# You can set ROOTDIR to root system dir
# You can set ROOTDIR to root system dir
#ROOTDIR=
#ROOTDIR=
PROGVERSION
=
"202203
18
"
PROGVERSION
=
"202203
23
"
# TODO: check /etc/system-release
# TODO: check /etc/system-release
...
@@ -194,7 +194,7 @@ pkgtype()
...
@@ -194,7 +194,7 @@ pkgtype()
*
)
*
)
case
$(
pkgmanager
)
in
case
$(
pkgmanager
)
in
*
-dpkg
)
*
-dpkg
)
echo
"d
pkg
"
;;
echo
"d
eb
"
;;
*
-rpm
)
*
-rpm
)
echo
"rpm"
;;
echo
"rpm"
;;
*
)
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment