Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 272f01b

Browse files
author
Matthias Koeppe
committed
build/bin/sage-spkg: Update use of sage-print-system-package-command
1 parent a832dbc commit 272f01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-spkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ if [ $INFO -ne 0 -a "$USE_LOCAL_SCRIPTS" = yes ]; then
390390
;;
391391
esac
392392
echo -n " "
393-
sage-print-system-package-command $system install $system_packages
393+
sage-print-system-package-command $system --prompt --sudo install $system_packages
394394
fi
395395
done
396396
if [ -z "$system" ]; then

0 commit comments

Comments
 (0)