install.ps1
This commit is contained in:
parent
f397643f5e
commit
773e9adbe2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/pwsh
|
#!/usr/bin/pwsh
|
||||||
|
# dotfiles install script for Windows
|
||||||
|
|
||||||
# check administration role
|
# check administration role
|
||||||
$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())
|
$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())
|
||||||
|
|
Loading…
Reference in a new issue