fix(linux): remove 'and'
This commit is contained in:
parent
a72854d3cd
commit
9d65b58959
@ -1,4 +1,4 @@
|
||||
{{ if (and (eq .chezmoi.os "linux")) -}}
|
||||
{{ if (eq .chezmoi.os "linux") -}}
|
||||
#!/bin/bash
|
||||
|
||||
_install_pacman_packages() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user