CC-4147: Make Airtime work nicer with Debian package generation scripts.
-liquidsoap is installed from sofab repo -make sure new deb-multimedia name takes effect
This commit is contained in:
parent
4f1300f58a
commit
3f10f94d8f
4 changed files with 30 additions and 27 deletions
|
@ -15,6 +15,9 @@ if [[ "$DEB" = "Status: install ok installed" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
#Update apt sources.list to point to the new deb-multimedia domain.
|
||||
sed -i s/www.debian-multimedia.org/www.deb-multimedia.org/g /etc/apt/sources.list
|
||||
|
||||
showhelp () {
|
||||
echo "Usage: airtime-install [options]
|
||||
--help|-h Displays usage information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue