mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-03 23:31:08 +00:00
Some more polish around text and Ubuntu Restricted Extras etc.
This commit is contained in:
parent
b0c000326b
commit
1de2940b52
@ -104,7 +104,7 @@ Item {
|
||||
}
|
||||
Flickable {
|
||||
Layout.fillWidth: true
|
||||
height: 225
|
||||
height: 200
|
||||
contentHeight: column.height
|
||||
clip: true
|
||||
|
||||
@ -177,10 +177,15 @@ Item {
|
||||
active: true
|
||||
}
|
||||
}
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 1
|
||||
color: "white"
|
||||
}
|
||||
Text {
|
||||
text: qsTr("Note: third-party packages are provided by outside vendors and are not officially supported in any way. Use at your own risk.")
|
||||
text: qsTr("Note: Ubuntu and flavors are NOT responsible for third-party software installed from this list. Use at your own risk.")
|
||||
font.bold: true
|
||||
font.pointSize: 10
|
||||
font.pointSize: 12
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,8 +9,7 @@ timeout: 300
|
||||
true:
|
||||
- "sed -i 's/Enabled: no/Enabled: yes/g' /etc/apt/sources.list.d/ubuntu_nonfree.sources"
|
||||
- "apt-get update"
|
||||
- "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections"
|
||||
- "apt-get -y install ubuntu-restricted-extras"
|
||||
- "apt-get -y install ubuntu-restricted-addons unrar"
|
||||
"packages.updateNow":
|
||||
true: "apt-get -y full-upgrade"
|
||||
"packages.virt-manager":
|
||||
|
Loading…
x
Reference in New Issue
Block a user