1
0
Fork 0

removed unnecessary setup option

This commit is contained in:
Kim, Jimin 2021-11-21 23:36:47 +09:00
parent 02fb173d3e
commit df248f3b96

View file

@ -900,7 +900,6 @@ options=(
"middleclickpaste" "" off
"mystiq" "" off
"node" "" off
"pamac" "" off
"pavucontrol" "" off
"pip" "" off
"piper" "" off
@ -957,7 +956,6 @@ for choice in $choices; do
"middleclickpaste") setup_middleclickpaste ;;
"mystiq") setup_mystiq ;;
"node") setup_node ;;
"pamac") setup_pamac ;;
"pavucontrol") setup_pavucontrol ;;
"pip") setup_pip ;;
"piper") setup_piper ;;