Skip to content

Commit

Permalink
fix: correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored May 16, 2024
1 parent dbd9ab0 commit 3812263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ConditionPathExists=!/var/home/linuxbrew/.linuxbrew

[Service]
Type=oneshot
ExecStart=/usr/bin/cp -R -n /usr/share/homebrew /var/home/linuxbrew
ExecStart=/usr/bin/cp -R -n /usr/share/homebrew/.linuxbrew /var/home/linuxbrew
ExecStart=/usr/bin/chown -R 1000:1000 /var/home/linuxbrew
ExecStart=/usr/bin/touch /etc/.linuxbrew

Expand Down

0 comments on commit 3812263

Please sign in to comment.