1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Add missing dconf update

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-22 04:44:37 -07:00 committed by GitHub
parent 70cb68ea83
commit 49f1a8aba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,8 @@ show-apport-crashes=false' | sudo tee /etc/dconf/db/local.d/disable-apport-crash
echo 'com/ubuntu/update-notifier/show-apport-crashes' | sudo tee /etc/dconf/db/local.d/locks/disable-apport-crashes
sudo dconf update
ubuntu-report -f send no
sudo systemctl stop apport.service
sudo systemctl disable apport.service