()
| 3 | package cli |
| 4 | |
| 5 | func installScriptFiles() []string { |
| 6 | return []string{ |
| 7 | "install.sh", |
| 8 | "install", |
| 9 | "bootstrap.sh", |
| 10 | "bootstrap", |
| 11 | "setup.sh", |
| 12 | "setup", |
| 13 | "script/install.sh", |
| 14 | "script/install", |
| 15 | "script/bootstrap.sh", |
| 16 | "script/bootstrap", |
| 17 | "script/setup.sh", |
| 18 | "script/setup", |
| 19 | } |
| 20 | } |