mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-13 06:17:04 +00:00
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
---
|
|
dontChroot: false
|
|
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
|
|
|