minor changes

This commit is contained in:
Solomon Laing 2021-08-28 22:17:28 +09:30
parent c67100d894
commit 20d25a0be2
4 changed files with 6 additions and 3 deletions

3
configure-system Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
# configure extra system things like lightdm, etc.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
file=/tmp/sudo-password file=/tmp/sudo-password

2
setup
View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
#----------------------------------- #-----------------------------------
# Name: setup # Name: setup

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
#----------------------------------- #-----------------------------------
# Name: system-check # Name: system-check