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 a0346c9 commit 92300f8Copy full SHA for 92300f8
build/bin/sage-print-system-package-command
@@ -182,12 +182,6 @@ case $system:$command in
182
slackware*:install)
183
[ -n "$system_packages" ] && print_shell_command ${SUDO}slackpkg install $system_packages
184
;;
185
- cygwin*:update)
186
- print_comment "first install apt-cyg from https://github.com/transcode-open/apt-cyg"
187
- ;;
188
- cygwin*:install)
189
- [ -n "$system_packages" ] && print_shell_command apt-cyg install $system_packages
190
191
freebsd*:install)
192
[ -n "$system_packages" ] && print_shell_command ${SUDO}pkg install $system_packages
193
0 commit comments