Skip to content

Commit

Permalink
Fix zypper command in sage-print-system-package-command
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jan 17, 2024
1 parent 2ad577f commit 0ec90bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-print-system-package-command
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ case $system:$command in
;;
opensuse*:install)
[ "$YES" = yes ] && options="$options --non-interactive"
[ -n "$system_packages" ] && print_shell_command ${SUDO}zypper install $options $system_packages
[ -n "$system_packages" ] && print_shell_command ${SUDO}zypper $options install $system_packages
;;
*conda*:install)
[ "$YES" = yes ] && options="$options --yes"
Expand Down

0 comments on commit 0ec90bb

Please sign in to comment.