Page 1 of 1

Update: Google Music Manager

Posted: Wed Jun 06, 2018 3:27 pm
by redsparro
I was surprised to see that this was available through MX Package Installer, under Popular Applications, and installed it a while back. However, there is a dedicated Google repository for Music Manager updates which, unlike Google Chrome, isn't added to sources.list.d when installing through MX Package Installer. I therefore wasn't aware the package had been updated recently. I took the liberty of editing the original google_musicmanager.pm file so that it correctly adds the repository for future updates. I'm hoping you can copy and replace the original. Thanks

Code: Select all

<?xml version="1.0"?>
<app>

<category>
Audio
</category>

<name>
Google Music Manager
</name>

<description>  
Google Music Manager Beta, 64 bit
</description>

<installable>
64
</installable>

<screenshot>none</screenshot>

<preinstall>
echo "deb [arch=amd64] http://dl.google.com/linux/musicmanager/deb/ stable main">/etc/apt/sources.list.d/google-musicmanager.list
apt-get update
</preinstall>

<install_package_names>
google-musicmanager-beta
</install_package_names>


<postinstall>

</postinstall>


<uninstall_package_names>
google-musicmanager-beta
</uninstall_package_names>
</app>

Re: Update: Google Music Manager

Posted: Wed Jun 06, 2018 4:00 pm
by dolphin_oracle
great thanks!