diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..c98ce54 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo '正在准备卸载...' +sudo apt remove *deepin*wine* udis86 +sudo apt autoremove +echo '卸载完成...'