diff --git a/system_files/usr/lib/systemd/system/brew-setup.service b/system_files/usr/lib/systemd/system/brew-setup.service index 99b4c7e..214ce0f 100644 --- a/system_files/usr/lib/systemd/system/brew-setup.service +++ b/system_files/usr/lib/systemd/system/brew-setup.service @@ -10,7 +10,7 @@ ConditionPathExists=/usr/share/homebrew.tar.zst Type=oneshot ExecStart=/usr/bin/mkdir -p /tmp/homebrew ExecStart=/usr/bin/mkdir -p /var/home/linuxbrew -ExecStart=/usr/bin/tar --zstd -xvf /usr/share/homebrew.tar.zst -C /tmp/homebrew +ExecStart=/usr/bin/tar --zstd -xf /usr/share/homebrew.tar.zst -C /tmp/homebrew ExecStart=/usr/bin/cp -R -n /tmp/homebrew/home/linuxbrew/.linuxbrew /var/home/linuxbrew ExecStart=/usr/bin/chown -R 1000:1000 /var/home/linuxbrew ExecStart=/usr/bin/rm -rf /tmp/homebrew