mirror of https://github.com/archzfs/archzfs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
140 B
13 lines
140 B
9 years ago
|
#!/bin/bash
|
||
|
|
||
9 years ago
|
|
||
|
test_setup_exit() {
|
||
9 years ago
|
msg "Installation complete!"
|
||
9 years ago
|
systemctl reboot
|
||
|
}
|
||
|
|
||
|
|
||
|
test_met_acceptance_criteria() {
|
||
|
return 1
|
||
9 years ago
|
}
|