general: remove all found white-spaces
Also this change adds new line at the end for some scripts
This commit is contained in:
parent
aacbc2f29d
commit
ffe38c879a
|
|
@ -1,8 +1,7 @@
|
||||||
# Contributing to archinstall
|
# Contributing to archinstall
|
||||||
|
|
||||||
Any contributions through pull requests are welcome as this project aims to be a community based project to ease some Arch Linux installation steps.
|
Any contributions through pull requests are welcome as this project aims to be a community based project to ease some Arch Linux installation steps.
|
||||||
Bear in mind that in the future this repo might be transferred to the official [GitLab repo under Arch Linux](http://gitlab.archlinux.org/archlinux/)
|
Bear in mind that in the future this repo might be transferred to the official [GitLab repo under Arch Linux](http://gitlab.archlinux.org/archlinux/) *(if GitLab becomes open to the general public)*.
|
||||||
*(if GitLab becomes open to the general public)*.
|
|
||||||
|
|
||||||
Therefore, guidelines and style changes to the code might come into effect as well as guidelines surrounding bug reporting and discussions.
|
Therefore, guidelines and style changes to the code might come into effect as well as guidelines surrounding bug reporting and discussions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,6 @@ with archinstall.Installer('/mnt') as installation:
|
||||||
|
|
||||||
installation.user_create('devel', 'devel')
|
installation.user_create('devel', 'devel')
|
||||||
installation.user_set_pw('root', 'airoot')
|
installation.user_set_pw('root', 'airoot')
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
This installer will perform the following:
|
This installer will perform the following:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue