shell/uninstall/chrome

10 lines
213 B
Plaintext
Raw Normal View History

2025-01-17 11:07:28 +00:00
#!/usr/bin/env bash
2024-11-24 13:13:37 +00:00
##makedesc: Uninstall google chrome
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
title
dpkg_remove google-chrome-stable
success "Google Chrome removed!"