forked from ungleich-public/cdist
always use uname -m, until it breaks
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
cc67dfbfa1
commit
88a6ee385b
1 changed files with 1 additions and 7 deletions
|
@ -22,10 +22,4 @@
|
|||
#
|
||||
#
|
||||
|
||||
os="$($__explorer/os)"
|
||||
|
||||
case "$os" in
|
||||
archlinux|*bsd)
|
||||
echo $(uname -m)
|
||||
;;
|
||||
esac
|
||||
uname -m
|
||||
|
|
Loading…
Reference in a new issue