From c6a9cabaf4a645d5d2d4d4447a7a17e333ee6a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rio=20Farias?= Date: Fri, 14 Jun 2024 20:09:38 -0300 Subject: [PATCH] Add uninstall chrome Sometimes the chrome browser doesn't run after omakub script finishes. To solve this problem it's necessary uninstall chrome, install it again, and, finally, restart ubuntu. --- uninstall/app-chrome.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 uninstall/app-chrome.sh diff --git a/uninstall/app-chrome.sh b/uninstall/app-chrome.sh new file mode 100644 index 0000000..a76d8ea --- /dev/null +++ b/uninstall/app-chrome.sh @@ -0,0 +1 @@ +sudo apt remove -y google-chrome-stable \ No newline at end of file