We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2571d commit b181592Copy full SHA for b181592
files/common.sh
@@ -193,6 +193,7 @@ install_package() {
193
elif exists 'zypper'; then
194
exec_and_capture zypper install -y "$_package_and_version"
195
elif exists 'apt'; then
196
+ exec_and_capture apt list '*openvox-agent*' --all-versions
197
exec_and_capture apt install -y "$_package_and_version"
198
elif exists 'apt-get'; then
199
exec_and_capture apt-get install -y "$_package_and_version"
0 commit comments