Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gergely
iso-reporting
Commits
89a7a36c
Commit
89a7a36c
authored
6 months ago
by
Gergely
Browse files
Options
Download
Email Patches
Plain Diff
First script
parent
9aa71324
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get_endpoint_info.sh
+15
-0
get_endpoint_info.sh
with
15 additions
and
0 deletions
+15
-0
get_endpoint_info.sh
0 → 100755
+
15
-
0
View file @
89a7a36c
#!/bin/sh
if
[
"
$(
uname
-s
)
"
=
"Linux"
]
;
then
sudo
dmidecode
-t
system
echo
----------
lsb_release
-a
echo
----------
sudo
blkid |
grep
crypto
else
system_profiler SPHardwareDataType
echo
----------
sw_vers
echo
----------
fdesetup status
fi
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help