From e9e5ec424d540cc1855f759ec2f615a5c08e9fac Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sat, 3 Nov 2018 22:05:30 +0800 Subject: [PATCH] auto updated by update.sh --- uninstall.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 uninstall.sh 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 '卸载完成...'