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:
+1
-3
@@ -141,9 +141,7 @@ data = "https://static.redox-os.org/pkg"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/hostname"
|
||||
data = """
|
||||
redox
|
||||
"""
|
||||
data = "redox"
|
||||
|
||||
[[files]]
|
||||
path = "/etc/issue"
|
||||
|
||||
Reference in New Issue
Block a user