diff --git a/debian/changelog b/debian/changelog index 4594585..ea5591c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:20.10.8) groovy; urgency=medium + + * Ubuntu Studio + - Check for /etc/apt/sources.list.d/dvd.list and remove if exists + + -- Erich Eickmeyer Thu, 04 Jun 2020 16:44:43 -0700 + calamares-settings-ubuntu (1:20.10.7) groovy; urgency=medium [ Erich Eickmeyer ] diff --git a/ubuntustudio/modules/shellprocess_fix_audio_perms.conf b/ubuntustudio/modules/shellprocess_fix_audio_perms.conf index 2f63165..04a1a5d 100644 --- a/ubuntustudio/modules/shellprocess_fix_audio_perms.conf +++ b/ubuntustudio/modules/shellprocess_fix_audio_perms.conf @@ -4,3 +4,6 @@ timeout: 30 script: - command: "if [ -f /etc/security/limits.d/audio.conf.disabled ]; then mv /etc/security/limits.d/audio.conf.disabled /etc/security/limits.d/audio.conf; fi" timeout: 10 + - command: "if [ -f /etc/apt/sources.list.d/dvd.list ]; then rm /etc/apt/sources.list.d/dvd.list; fi" + timeout: 10 + \ No newline at end of file