fixed typo in packages declaration
This commit is contained in:
parent
ba8131a51b
commit
4d0de55c42
@ -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"
|
||||
|
@ -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. Let’s install those.
|
||||
#+BEGIN_SRC fish
|
||||
printf "\n# Installing needed packages ##################################################\n\n"
|
||||
sudo pacman -Syu
|
||||
yay -S --needed $PACKAGES
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user