Last active
June 5, 2023 18:04
-
-
Save apolzek/5c280433d2e02a0b41b556094b719524 to your computer and use it in GitHub Desktop.
Disable Apport Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo service apport stop | |
sudo echo "enabled=0" > /etc/default/apport | |
----------------------------OU-------------------------------- | |
sudo sed -i 's/enabled=0/enabled=1/g' /etc/default/apport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment