Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA Certificate Fix #44

Merged
merged 3 commits into from
Aug 23, 2024
Merged

CA Certificate Fix #44

merged 3 commits into from
Aug 23, 2024

Conversation

AaronJackson
Copy link
Member

  • weird stuff to make firefox install it

Waiting for packer builds to finish so I can test but it works when I past it into a session.

@@ -1,7 +1,9 @@
#!/bin/bash

# Install HIC CA certificate
sudo tee /usr/local/share/ca-certificates/hic-tre.crt <<EOF
sudo mkdir -p /usr/local/share/ca-certificates/hic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI you can use install if you want to save a line of typing 😄
install -d /path/to/dir -m MODE
install -d /path/to/dir -m MODE -g GROUP -o OWNER

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooooh i forgot that was a thing, very nice

@AaronJackson AaronJackson merged commit 0c44934 into main Aug 23, 2024
6 checks passed
@AaronJackson AaronJackson deleted the ca-fix branch August 23, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants