Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
bee-files/scripts/fix-#1576.sh
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- source not available anymore since 2012 - see #1576 mplayer: - remove schroedinger codec - src from local archive - mplayerhq.hu domain for sale - introducing md5repo SRCURLs - gui does not build anymore vlc: - remove schroedinger codec
executable file
5 lines (5 sloc)
167 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -x | |
# https://github.molgen.mpg.de/mariux64/bee-files/issues/1576 | |
bee remove schroedinger-1.0.11-0.x86_64 | |
bee update vlc-3.0.8-2 | |
bee update mplayer-1.3.0-2 |