aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Tartavel <contact@librepc.com>2018-12-23 11:37:13 +0100
committerDaniel Tartavel <contact@librepc.com>2018-12-23 11:37:13 +0100
commitfa7ca293d983cf3039c96b904b84c5caea8c9ee7 (patch)
tree07931fc58982aeb7481dd809596cc91a9cfd3706 /tools
parent0a00272b5087f5c935c2b9f78b8f591050067f03 (diff)
downloadmageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar
mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar.gz
mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar.bz2
mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.tar.xz
mageia4arm-fa7ca293d983cf3039c96b904b84c5caea8c9ee7.zip
some adds
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install_graphical.sh8
-rwxr-xr-xtools/install_gstreamer.sh2
2 files changed, 5 insertions, 5 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
diff --git a/tools/install_gstreamer.sh b/tools/install_gstreamer.sh
index 83880da..5b39dbf 100755
--- a/tools/install_gstreamer.sh
+++ b/tools/install_gstreamer.sh
@@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-/usr/sbin/urpmi --auto --no-verify-rpm gstreamer1.0-schroedinger gstreamer1.0-gsm gstreamer1.0-plugins-ugly gstreamer1.0-opencv gstreamer1.0-vp8 gstreamer1.0-flac gstreamer1.0-amrnb gstreamer1.0-plugins-bad gstreamer1.0-lame gstreamer1.0-plugins-good gstreamer1.0-twolame gstreamer1.0-ofa gstreamer1.0-libav gstreamer1.0-pulse gstreamer1.0-transcoder gstreamer1.0-faad gstreamer1.0-neon gstreamer1.0-mpeg gstreamer1.0-libvisual gstreamer1.0-wavpack gstreamer1.0-mpeg2enc gstreamer1.0-vaapi gstreamer1.0-x264 gstreamer1.0-tools gstreamer1.0-editing-services gstreamer1.0-speex gstreamer1.0-x265 gstreamer1.0-soup gstreamer1.0-a52dec gstreamer1.0-libass gstreamer1.0-omx
+/usr/sbin/urpmi --auto --no-verify-rpm gstreamer1.0-gsm gstreamer1.0-plugins-ugly gstreamer1.0-opencv gstreamer1.0-vp8 gstreamer1.0-flac gstreamer1.0-amrnb gstreamer1.0-plugins-bad gstreamer1.0-lame gstreamer1.0-plugins-good gstreamer1.0-twolame gstreamer1.0-ofa gstreamer1.0-libav gstreamer1.0-pulse gstreamer1.0-transcoder gstreamer1.0-neon gstreamer1.0-mpeg gstreamer1.0-libvisual gstreamer1.0-wavpack gstreamer1.0-mpeg2enc gstreamer1.0-vaapi gstreamer1.0-x264 gstreamer1.0-tools gstreamer1.0-editing-services gstreamer1.0-speex x265 gstreamer1.0-soup gstreamer1.0-a52dec gstreamer1.0-libass gstreamer1.0-omx qt5-gstreamer task-codec-audio task-codec-video task-pulseaudio