Commit a9336d33 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: fix deb packages name

parent 158cf99b
......@@ -6,7 +6,7 @@
# You can set ROOTDIR to root system dir
#ROOTDIR=
PROGVERSION="20220318"
PROGVERSION="20220323"
# TODO: check /etc/system-release
......@@ -194,7 +194,7 @@ pkgtype()
*)
case $(pkgmanager) in
*-dpkg)
echo "dpkg" ;;
echo "deb" ;;
*-rpm)
echo "rpm" ;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment