summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh')
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh69
1 files changed, 5 insertions, 64 deletions
diff --git a/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh b/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh
index 43957bb..f71e2ad 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh
@@ -1,9 +1,6 @@
#!/bin/bash
#Temporal is a file that contains parameters to use when access to chroot
-pacman -Sy parabola-keyring --noconfirm
-pacman-key --populate parabola
-pacman-key --refresh-keys
partition(){
@@ -91,6 +88,10 @@ partition(){
}
+pacman -Sy archlinux-keyring archlinux32-keyring parabola-keyring --noconfirm
+pacman-key --populate archlinux archlinux32 parabola
+pacman-key --refresh-keys
+
option=0
while [ option != 7 ]; do
option=$(dialog --stdout --menu "InstalaciĆ³n CLI de Parabola" 20 70 50 \
@@ -128,67 +129,7 @@ while [ option != 7 ]; do
;;
5)
#Packages to the X11 live
- packages=( "xorg-server"
- "xf86-input-evdev"
- "xf86-input-synaptics"
- "xf86-video-amdgpu"
- "xf86-video-ati"
- "xf86-video-dummy"
- "xf86-video-fbdev"
- "xf86-video-intel"
- "xf86-video-nouveau"
- "xf86-video-openchrome"
- "xf86-video-sisusb"
- "xf86-video-vesa"
- "xf86-video-vmware"
- "xf86-video-voodoo"
- "xf86-video-qxl"
- "xorg-xinit"
- "sudo"
- "gst-plugins-good"
- "gst-libav"
- "mate"
- "mate-extra"
- "caja"
- "volumeicon"
- "zenity"
- "octopi"
- "octopi-cachecleaner"
- "octopi-notifier"
- "octopi-repoeditor"
- "ambiance-radiance-colors-suite"
- "rave-x-colors"
- "pulseaudio-alsa"
- "alsa-utils"
- "networkmanager"
- "network-manager-applet"
- "ath9k-htc-firmware"
- "gnome-keyring"
- "iceweasel"
- "iceweasel-l10n-gl"
- "icedove"
- "icedove-l10n-gl"
- "pidgin"
- "linphone"
- "qtox"
- "gparted"
- "smplayer"
- "epdfview"
- "gpicview"
- "abiword"
- "gnumeric"
- "leafpad"
- "galculator-gtk2"
- "xarchiver"
- "dmidecode"
- "lightdm-gtk-greeter-settings"
- "grub2-theme-gnuaxiom"
- "p7zip"
- "unar"
- "unzip"
- "zip"
- "ttf-dejavu"
- )
+ packages=( $( cat ./packages ) )
#Install packages
pacstrap /mnt ${packages[@]}