File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# chocobasic
2
2
3
- Simple powershell UI utility that can read chocolatey install scripts
3
+ Simple powershell UI utility that can dynamically read chocolatey install scripts.
4
4
5
5
### How to use
6
6
7
- 1 . run ` ui/form.ps1 ` in PowerShell as admin
8
- 2 . check checkboxes
9
- 3 . click ok
7
+ 1 . insert you own chocolatey install scripts into ` *.ps1 ` in root directory
8
+ 2 . run ` ui/form.ps1 ` in PowerShell as admin
9
+ 3 . check checkboxes
10
+ 4 . click ok
10
11
11
- ` *.ps1 ` file in root directory includes install scripts and comments with double ` # `
12
12
` ui/form.ps1 ` will read this file in following way
13
13
14
- - ` ## ` marks group label e.g. ` ## internet ` > ` internet ` label in UI
15
- - choco install ... marks command to be executed
14
+ - ` ## ` creates group label e.g. ` ## internet ` > ` internet ` label above checkboxes in UI
15
+ - choco install ... marks command to be executed and command will be shown next to its own checkbox
You can’t perform that action at this time.
0 commit comments