加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

OSX: 下载Flash Player的脚本

发布时间:2020-12-15 19:57:26 所属栏目:百科 来源:网络整理
导读:#!/bin/bash# DownloadcurVersion=`/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/u


#!/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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读