Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 954 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 954 Bytes

dotnet-cli

Why .Net

DotNet is a very universal , we can up our script eventually to be able to make a version with many OS Support. At time of writing it is only exported in .exe

Goal Inperson workflow

User will plug in a usb thumb drive and open the directory. Then will right click "script 1" (bash) and run as admin to install .net and all script dependencies. Then user will right click the second script (dotnet). The script will ask for sudo password, then will present options for the installation of basic utilities.

Getting Started

Download and install the .net 6 sdk from Microsoft

Use dotnet run to run the program, arguments for the command can be found here

For MacOS, leave the code as such; but for windows you can uncomment every multiline comment you see. The notes all have single line // comments.