Skip to content
Snippets Groups Projects
Commit 4718c3fe authored by Chris Croome's avatar Chris Croome
Browse files

Add variable for path to aptitude

parent 141aa444
No related branches found
No related tags found
1 merge request!1Merge Sury
Pipeline #22463 failed
---
php_sury: true
php_aptitude: /usr/bin/aptitude
php_dpkg: /usr/bin/dpkg
php_gpg: /usr/bin/gpg
php_phpquery: /usr/sbin/phpquery
......
......@@ -17,7 +17,7 @@ then
then
declare -a versions=()
readarray -t versions < <("${PHPQUERY}" -V | sort -V)
jo state=present packages=$(jo -e -a "${packages[@]}") versions=$(i
jo state=present packages_present=$(jo -e -a "${packages[@]}") versions=$(i
jo $(
for v in "${versions[@]}"
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment