testing scripts
This commit is contained in:
3
script-samples/post.sh
Normal file
3
script-samples/post.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo 'This is another sample script. It would run after the install has completed.'
|
||||
3
script-samples/pre.sh
Normal file
3
script-samples/pre.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo 'This is an example script. It currently does nothing. You can run anything here. It would run before disk partitioning.'
|
||||
Reference in New Issue
Block a user