We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d850 commit c2dbef5Copy full SHA for c2dbef5
uninstall.sh
@@ -37,7 +37,7 @@ if [ "$answer" = "1" ]; then opkg remove iprange; fi
37
# whois
38
answer=0; echo "Do you want remove 'whois'? 0 - no 1 - yes (default: no)"; read answer
39
if [ "$answer" = "1" ]; then opkg remove whois; fi
40
-# whois
+# diff and patch
41
answer=0; echo "Do you want remove 'diffutils' and 'patch'? 0 - no 1 - yes (default: no)"; read answer
42
if [ "$answer" = "1" ]; then opkg remove diffutils patch; fi
43
0 commit comments