IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    [原]OSX: 下载Flash Player的脚本

    afatgoat发表于 2017-01-26 06:06:43
    love 0


    #!/bin/bash
    
    # Download
    curVersion=`/usr/bin/curl -s http://www.adobe.com/software/flash/about/ | sed -n '/Safari/,/<\/tr/s/[^>]*>\([0-9].*\)<.*/\1/p'`
    url=https://fpdownload.adobe.com/get/flashplayer/pdc/$curVersion/install_flash_player_osx.dmg
    /usr/bin/curl -s -o /tmp/flash$curVersion.dmg https://fpdownload.adobe.com/get/flashplayer/pdc/24.0.0.194/install_flash_player_osx.dmg
    
    # Install
    /usr/bin/hdiutil attach /flash$curVersion.dmg -nobrowse -quiet
    /usr/sbin/installer -pkg '/Volumes/Flash Player/Install Adobe Flash Player.app/Contents/Resources/Adobe Flash Player.pkg' -target /
    
    # Check installed version
    /usr/bin/defaults read '/Library/Internet Plug-Ins/Flash Player.plugin/Contents/version' CFBundleShortVersionString
    




沪ICP备19023445号-2号
友情链接