8 lines
356 B
Bash
Executable File
8 lines
356 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gsettings set com.ubuntu.update-manager check-new-release-ignore true
|
|
gsettings set com.ubuntu.update-manager check-dist-upgrades false
|
|
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
|
gsettings set com.ubuntu.update-notifier no-show-notifications true
|
|
gsettings set com.ubuntu.update-notifier regular-auto-launch-interval 0
|