fixed syntax issue

This commit is contained in:
Lucien Cartier-Tilet 2020-01-15 18:58:27 +01:00
parent 1e8104ad7d
commit 7d8c34eefd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 2 additions and 4 deletions

View File

@ -63,8 +63,7 @@ else
printf "\n# yay already installed #######################################################\n\n" printf "\n# yay already installed #######################################################\n\n"
end end
set PACKAGES set PACKAGES \
acpilight adobe-source-han-sans-jp-fonts asar ascii aspell-en aspell-fr assimp \ acpilight adobe-source-han-sans-jp-fonts asar ascii aspell-en aspell-fr assimp \
awesome-terminal-fonts base-devel bat biber bleachbit bluez-firmware \ awesome-terminal-fonts base-devel bat biber bleachbit bluez-firmware \
bluez-utils bookworm boost bzip2 ccls chicken chromium clisp compton cppcheck \ bluez-utils bookworm boost bzip2 ccls chicken chromium clisp compton cppcheck \

View File

@ -279,8 +279,7 @@
:END: :END:
Lets set in a custom varible what packages well be needing. Lets set in a custom varible what packages well be needing.
#+BEGIN_SRC fish #+BEGIN_SRC fish
set PACKAGES set PACKAGES \
acpilight adobe-source-han-sans-jp-fonts asar ascii aspell-en aspell-fr assimp \ acpilight adobe-source-han-sans-jp-fonts asar ascii aspell-en aspell-fr assimp \
awesome-terminal-fonts base-devel bat biber bleachbit bluez-firmware \ awesome-terminal-fonts base-devel bat biber bleachbit bluez-firmware \
bluez-utils bookworm boost bzip2 ccls chicken chromium clisp compton cppcheck \ bluez-utils bookworm boost bzip2 ccls chicken chromium clisp compton cppcheck \