pika-kernel-manager/data/scripts/get_version.sh
Ward from fusion-voyager-3 05fd326f62 some scx impl
2024-06-20 00:12:17 +03:00

3 lines
67 B
Bash
Executable File

#! /bin/bash
dnf info $1 | grep Version | cut -d":" -f2 | head -n1