mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
Fix CI to mangle rpms to produce 0.9.4
This commit is contained in:
parent
d9cf46f83e
commit
bc926f9a55
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
is_kasmvnc() {
|
||||
local package="$1";
|
||||
|
||||
echo "$package" | grep -q 'kasmvncserver_'
|
||||
echo "$package" | grep -qP 'kasmvncserver(_|-)[0-9]'
|
||||
}
|
||||
|
||||
detect_deb_package_arch() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue