Initial Commit
This commit is contained in:
9
Update-DebianNetinst.ps1
Normal file
9
Update-DebianNetinst.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
# Script to update the debian netinst vmlinuz and initrd files on the netboot server.
|
||||
# Technolog Networks, 2025-03-26
|
||||
# iRaven
|
||||
|
||||
$DistroCodename = $args[0]
|
||||
|
||||
if ([boolean](get-variable "DistroCodename" -ErrorAction SilentlyContinue)) {
|
||||
cmd.exe /c "curl -L"
|
||||
}
|
Reference in New Issue
Block a user