generated from ublue-os/image-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: get gpg checking for vscode + ensure docker/podman sockets are e…
…nabled (#356) Just noticed that the docker socket isnt enabled by default on `-dx`, we want that. And VSCode wasnt getting installed the right way (with gpg checking) so I just changed the policies and re-changed them to get it going, it shouldnt affect anything but its best to test this out eventually
- Loading branch information
1 parent
94b2eda
commit c7c992f
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -xeuo pipefail | ||
|
||
systemctl enable podman.socket | ||
systemctl enable docker.socket |