diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install_graphical.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_graphical.sh b/tools/install_graphical.sh index a446922..a10ce12 100755 --- a/tools/install_graphical.sh +++ b/tools/install_graphical.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. if [ "$1" = "" ] || [ "$1" = "-h" ];then - echo "syntax install_graphical.sh [ sugar | xfce | lxde | lxqt | enlightenment | mate | cinnamon plasma5 | gnome] ( see 'urpmq -Y task-' for all )" + echo "syntax install_graphical.sh [ sugar | xfce | lxde | lxqt | enlightenment | mate | cinnamon | plasma5 | gnome] ( see 'urpmq -Y task-' for all )" else PATH="$(/bin/dirname "$(readlink -f "$0")")" echo "installing Video drivers" |