Skip to content

Commit

Permalink
Git, okular y gwenview disponibles
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanhueza committed Jun 26, 2017
1 parent 63420a0 commit 499449e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airootfs/etc/skel/install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
install_system() {
PACKAGES="base base-devel yaourt vim grml-zsh-config gstreamer smplayer xorg-server cantarell-fonts xorg-xinit xf86-input-libinput intel-ucode alsa-utils"
PACKAGES="base base-devel yaourt vim grml-zsh-config gstreamer smplayer xorg-server cantarell-fonts xorg-xinit xf86-input-libinput intel-ucode alsa-utils git unrar unzip p7zip"

# KDE vs GNOME
echo "*** Installing ${DESKTOP_ENV}... ***"
if [ $DESKTOP_ENV == "KDE" ]
then
PACKAGES="$PACKAGES plasma kdebase kde-l10n-es"
PACKAGES="$PACKAGES plasma kdebase kde-l10n-es okular gwenview"
elif [ $DESKTOP_ENV == "GNOME" ]
then
PACKAGES="$PACKAGES gnome gnome-tweak-tool"
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ make_folder() {
# Pull packages from Internet
make_download() {
pacman -Syw --root "$newroot" --cachedir "$pkgdb" --noconfirm base base-devel yaourt vim grml-zsh-config gstreamer smplayer nvidia bumblebee refind-efi grub os-prober xorg xorg-xinit xorg-drivers cantarell-fonts gnome gnome-tweak-tool plasma kdebase kde-l10n-es virtualbox-guest-modules-arch virtualbox-guest-utils intel-ucode lynx alsa-utils
pacman -Syw --root "$newroot" --cachedir "$pkgdb" --noconfirm base base-devel yaourt vim grml-zsh-config gstreamer smplayer nvidia bumblebee refind-efi grub os-prober xorg xorg-xinit xorg-drivers cantarell-fonts gnome gnome-tweak-tool plasma kdebase kde-l10n-es okular gwenview virtualbox-guest-modules-arch virtualbox-guest-utils intel-ucode lynx alsa-utils git unrar unzip p7zip
}
# Create Pacman DB
Expand Down

0 comments on commit 499449e

Please sign in to comment.