Advertisement
Dobbie03

Untitled

Dec 17th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. if ! [[ $wm == *1* ]]; then
  2. get=("Atom - A modern hackable text editor" "Sublime - Sophisticated text editor for code, html, and prose"
  3. "Emacs - An extensible text editor" "Mousepad - Simple text editor for Xfce")
  4. setQuestion edit "Text Editors (Geany is default)"
  5. else
  6. get=(Atom Sublime Emacs)
  7. setQuestion edit "Text Editors (Geany & Mousepad are default)"
  8. fi
  9. if [[ $edit == *1* ]] || [[ $edit == *2* ]] || [[ $edit == *3* ]] || [[ $edit == *4* ]]; then
  10. setQuestion redit "Uninstall Geany"
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement