Skip to content

Commit

Permalink
Re-create /opt/google symlink in install-chrome.sh tmpfiles.d config
Browse files Browse the repository at this point in the history
  • Loading branch information
cshei committed Jun 24, 2024
1 parent 0025f72 commit 5369463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/install-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set -oue pipefail
mkdir -p /var/opt
rpm-ostree install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
mv /var/opt/google /usr/lib/google
echo 'L /opt/google - - - - ../../usr/lib/google' > /usr/lib/tmpfiles.d/google.conf
echo 'L+ /opt/google - - - - ../../usr/lib/google' > /usr/lib/tmpfiles.d/google.conf

0 comments on commit 5369463

Please sign in to comment.