wip
This commit is contained in:
9
uninstall/chrome
Executable file
9
uninstall/chrome
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
##makedesc: Uninstall google chrome
|
||||
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
|
||||
|
||||
title
|
||||
|
||||
dpkg_remove google-chrome-stable
|
||||
|
||||
success "Google Chrome removed!"
|
||||
Reference in New Issue
Block a user