fixed typo in packages declaration

This commit is contained in:
Lucien Cartier-Tilet 2019-11-23 19:01:37 +01:00
parent ba8131a51b
commit 4d0de55c42
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,7 @@ pavucontrol pciutils pcurses pdfpc polybar prettier pulseaudio-bluetooth \
python-autoflake python-envtpl-git python-epc python-importmagic \
python-language-server python-nose python-pip python-ptvsd python-pytest \
python-pywal qemu r raw-thumbnailer reflector rofi rofi-wifi-menu-git rsync \
-rtv rustup s-nail samba scrot sent shadow siji-git simplescreenrecorder \
rtv rustup s-nail samba scrot sent shadow siji-git simplescreenrecorder \
speedcrunch sshfs st-luke-git swi-prolog texlive-most texlive-bin \
texlive-langchinese texlive-langcyrillic texlive-langgreek \
texlive-langjapanese texlive-langkorean texlive-latexextra \
@ -96,6 +96,7 @@ x11-ssh-askpass xclip xdg-user-dirs-gtk xorg-drivers xorg-apps xfsprogs \
xorg-server xorg-xinit xss-lock xvkbd yapf
printf "\n# Installing needed packages ##################################################\n\n"
sudo pacman -Syu
yay -S --needed $PACKAGES
printf "\n# Installing Spacemacs ########################################################\n\n"

View File

@ -714,7 +714,7 @@
python-autoflake python-envtpl-git python-epc python-importmagic \
python-language-server python-nose python-pip python-ptvsd python-pytest \
python-pywal qemu r raw-thumbnailer reflector rofi rofi-wifi-menu-git rsync \
-rtv rustup s-nail samba scrot sent shadow siji-git simplescreenrecorder \
rtv rustup s-nail samba scrot sent shadow siji-git simplescreenrecorder \
speedcrunch sshfs st-luke-git swi-prolog texlive-most texlive-bin \
texlive-langchinese texlive-langcyrillic texlive-langgreek \
texlive-langjapanese texlive-langkorean texlive-latexextra \
@ -730,6 +730,7 @@
however you want. Lets install those.
#+BEGIN_SRC fish
printf "\n# Installing needed packages ##################################################\n\n"
sudo pacman -Syu
yay -S --needed $PACKAGES
#+END_SRC