Skip to content

Commit

Permalink
Update NexTool.py
Browse files Browse the repository at this point in the history
missed a few options for winget options
  • Loading branch information
coff33ninja committed Oct 5, 2023
1 parent 56c34d7 commit b760ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NexTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def prompt_winget_installation():
install_winget_powershell()

def install_winget_powershell():
print_to_terminal("Running Powershell installation Script...")
base_dir = "C:\\NexTool\\System\\Basic Computer Report"
os.system("cls")
base_dir = "C:\\NexTool"
if not os.path.exists(base_dir):
os.makedirs(base_dir)
destination = os.path.join(base_dir, "winget-install.ps1")
Expand Down

0 comments on commit b760ebf

Please sign in to comment.