add absolute path for cat

This commit is contained in:
Anthony Rodriguez 2024-02-07 17:41:40 +01:00
parent b8d0b57b2a
commit 11f0e05613
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -12,7 +12,7 @@ sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.m
# install packages
sudo dnf check-update
sudo dnf install $(cat fedora_packages) -y
sudo dnf install $(cat {{ .chezmoi.sourceDir -}}/fedora_packages) -y
{{ end }}
{{ end }}