This website requires JavaScript.
Explore
Help
Sign In
dbxe
/
fusionpbx-install.sh
Watch
2
Star
0
Fork
You've already forked fusionpbx-install.sh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c2474b778
fusionpbx-install.sh
/
windows
/
resources
/
get-cpu.ps1
8 lines
143 B
PowerShell
Raw
Blame
History
Function
Get-CPU
(
)
{
if
(
$env:PROCESSOR_ARCHITECTURE
-eq
"
x86
"
)
{
Return
"
x86
"
}
else
{
Return
"
x64
"
}
}
Reference in New Issue
View Git Blame
Copy Permalink