diff options
author | Daniel Tartavel <contact@librepc.com> | 2018-12-26 10:37:41 +0100 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2018-12-26 10:37:41 +0100 |
commit | bbd38aab37ca956d0a542e8fe0275b34d5705dc6 (patch) | |
tree | 6e0a870ac8f3a5b3fd4e6c141730ebd3bd7817e7 /tools | |
parent | 06f2c8674b3c23e61fee7b4bbad0112a93915bae (diff) | |
download | mageia4arm-bbd38aab37ca956d0a542e8fe0275b34d5705dc6.tar mageia4arm-bbd38aab37ca956d0a542e8fe0275b34d5705dc6.tar.gz mageia4arm-bbd38aab37ca956d0a542e8fe0275b34d5705dc6.tar.bz2 mageia4arm-bbd38aab37ca956d0a542e8fe0275b34d5705dc6.tar.xz mageia4arm-bbd38aab37ca956d0a542e8fe0275b34d5705dc6.zip |
some small bugs corrected
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" |