Merge branch 'fix-hostname-space' into 'master'

fix: Invalid space in `/etc/hostname`

See merge request redox-os/installer!41
This commit is contained in:
Jeremy Soller
2024-10-20 12:33:04 +00:00
+1 -3
View File
@@ -141,9 +141,7 @@ data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/hostname"
data = """
redox
"""
data = "redox"
[[files]]
path = "/etc/issue"