Skip to content

Commit b181592

Browse files
committed
debug
1 parent 3c2571d commit b181592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ install_package() {
193193
elif exists 'zypper'; then
194194
exec_and_capture zypper install -y "$_package_and_version"
195195
elif exists 'apt'; then
196+
exec_and_capture apt list '*openvox-agent*' --all-versions
196197
exec_and_capture apt install -y "$_package_and_version"
197198
elif exists 'apt-get'; then
198199
exec_and_capture apt-get install -y "$_package_and_version"

0 commit comments

Comments
 (0)