Skip to content

Commit acb7564

Browse files
committed
Packages: Fix eget install location on Fedora
Run the eget install script in /tmp and move the binary to ~/.local/bin/ instead of leaving it in the home directory.
1 parent d384c57 commit acb7564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/.chezmoidata/package_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ softwarePackages:
120120
eget:
121121
brew: eget
122122
script: >-
123-
curl -o /tmp/eget.sh https://zyedidia.github.io/eget.sh && sh /tmp/eget.sh
123+
curl -o /tmp/eget.sh https://zyedidia.github.io/eget.sh && cd /tmp && sh /tmp/eget.sh && mv /tmp/eget ~/.local/bin/
124124
git-this-bread:
125125
brew: jdevera/tap/git-this-bread
126126
dnf:

0 commit comments

Comments
 (0)