mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
virtualbox: create symbolic link to latest package
This commit is contained in:
parent
a3926f48e8
commit
437e8b7b15
@ -98,5 +98,15 @@ while read line; do
|
||||
downloaded=true
|
||||
fi
|
||||
done
|
||||
|
||||
case $filename in
|
||||
*Win.exe)
|
||||
ln -sf ${dest_filename} ${BASE_PATH}/virtualbox-Win-latest.exe
|
||||
;;
|
||||
*OSX.dmg)
|
||||
ln -sf ${dest_filename} ${BASE_PATH}/virtualbox-osx-latest.dmg
|
||||
;;
|
||||
esac
|
||||
|
||||
done < "${LATEST_PATH}/MD5SUMS"
|
||||
echo "Virtualbox ${LATEST_VERSION} finished"
|
||||
|
Loading…
x
Reference in New Issue
Block a user