diff options
author | Daniel Tartavel <contact@librepc.com> | 2018-12-23 11:37:13 +0100 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2018-12-23 11:37:13 +0100 |
commit | fa7ca293d983cf3039c96b904b84c5caea8c9ee7 (patch) | |
tree | 07931fc58982aeb7481dd809596cc91a9cfd3706 /tools/install_graphical.sh | |
parent | 0a00272b5087f5c935c2b9f78b8f591050067f03 (diff) | |
download | mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar.gz mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar.bz2 mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar.xz mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.zip |
some adds
Diffstat (limited to 'tools/install_graphical.sh')
-rwxr-xr-x | tools/install_graphical.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/install_graphical.sh b/tools/install_graphical.sh index 4537ad6..a446922 100755 --- a/tools/install_graphical.sh +++ b/tools/install_graphical.sh @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if [ "$1" = "" ];then - echo "syntax install_graphical.sh [xfce | lxde | lxqt | plasma | gnome] ( see task-* for all )" +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 )" else PATH="$(/bin/dirname "$(readlink -f "$0")")" echo "installing Video drivers" @@ -25,6 +25,6 @@ else echo "installing gstreamer" . $PATH/install_gstreamer.sh echo "installing task-$1" - /usr/sbin/urpmi --auto --no-verify-rpm task-$1 sox + /usr/sbin/urpmi --auto --no-verify-rpm task-$1 sox sddm fi -systemctl enable sddm +/usr/bin/systemctl enable sddm |