Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MiMillieuh authored Mar 19, 2024
1 parent a1a813c commit 7ace044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ davinci-resolve-fix:
cd /tmp; \
sudo mkdir pixbuf; \
cd pixbuf; \
sudo wget https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/os/Packages/g/gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm; \
sudo wget "https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/os/Packages/g/gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm"; \
sudo rpm2cpio ./gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm | cpio -idmv; \
cd usr/lib64; \
sudo cp -r * /opt/resolve/libs/; \
Expand Down

0 comments on commit 7ace044

Please sign in to comment.