Skip to content

Commit 0786a9d

Browse files
authored
Merge pull request #102 from salim-b/tweaks
2 parents aaa682e + 8a43b35 commit 0786a9d

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[**]
2+
charset = utf-8
3+
end_of_line = lf
4+
indent_style = space
5+
indent_size = 2
6+
insert_final_newline = true

packages/fedora-example.packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
helix
1+
helix

scripts/boxkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
# Update the container and install packages
77
apk update && apk upgrade
8-
grep -v '^#' ./boxkit.packages | xargs apk add
8+
grep -v '^#' ./boxkit.packages | xargs apk add

scripts/distrobox-shims.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker
55
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak
66
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman
77
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree
8-
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update
8+
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update

scripts/fedora-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
# Update the container and install packages
77
dnf update -y
8-
grep -v '^#' ./fedora-example.packages | xargs dnf install -y
8+
grep -v '^#' ./fedora-example.packages | xargs dnf install -y

0 commit comments

Comments
 (0)