diff --git a/system_files/desktop/shared/usr/lib/systemd/system/brew-setup.service b/system_files/desktop/shared/usr/lib/systemd/system/brew-setup.service index f68e06fd29..f29879c359 100644 --- a/system_files/desktop/shared/usr/lib/systemd/system/brew-setup.service +++ b/system_files/desktop/shared/usr/lib/systemd/system/brew-setup.service @@ -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