mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Multimedia - fix installation error. Install to template-store
This commit is contained in:
parent
08f34b8fcf
commit
f97d3f94ce
@ -1,6 +1,6 @@
|
||||
Name: 3isec-qubes-sys-multimedia
|
||||
Version: 2.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: creates multimedia template and qubes
|
||||
|
||||
License: GPLv3+
|
||||
@ -46,7 +46,7 @@ if [ $1 -eq 1 ]; then
|
||||
qubesctl state.apply multimedia.clone
|
||||
qubesctl --skip-dom0 --targets=template-multimedia state.apply multimedia.install
|
||||
qubesctl state.apply multimedia.create
|
||||
qubesctl --skip-dom0 --targets=template-media state.apply 3isec-common.store.install
|
||||
qubesctl --skip-dom0 --targets=template-store state.apply 3isec-common.store.install
|
||||
qubesctl --skip-dom0 --targets=media state.apply multimedia.configure
|
||||
fi
|
||||
if [ $1 -eq 2 ]; then
|
||||
@ -54,6 +54,8 @@ if [ $1 -eq 2 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Thu May 02 2024 unman <unman@thirdeyesecurity.org> - 2.3.6
|
||||
- Fix installation bug
|
||||
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> - 2.3.5
|
||||
- Fix installation bug
|
||||
* Wed May 01 2024 unman <unman@thirdeyesecurity.org> - 2.3.4
|
||||
|
Loading…
Reference in New Issue
Block a user