From 1c731806d3f940a1c33d16d6a27487dad00e5ba5 Mon Sep 17 00:00:00 2001 From: rpotter12 Date: Sun, 10 Mar 2019 02:47:35 +0530 Subject: [PATCH] installing xclip in meilix iso --- scripts/chroot_reconst.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/chroot_reconst.sh b/scripts/chroot_reconst.sh index 7e4719f9..38552d2b 100644 --- a/scripts/chroot_reconst.sh +++ b/scripts/chroot_reconst.sh @@ -84,6 +84,9 @@ rm /usr/share/applications/smplayer.desktop rm /usr/share/applications/smtube.desktop rm /usr/share/applications/audacious.desktop +# Installing xclip +apt-get install xclip + # after Xenial one could also use apt install ./package dpkg -i plymouth-theme-meilix-text_1.0-2_all.deb; apt-get -qq -y -f install; dpkg -i plymouth-theme-meilix-text_1.0-2_all.deb dpkg -i plymouth-theme-meilix-logo_1.0-2_all.deb