Skip to content

Commit

Permalink
fix: remove useless output
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Feb 2, 2024
1 parent 87825c3 commit cf138a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function packages_need() {

function get_os() {

if which getconf; then
if which getconf > /dev/null 2>&1; then
is64bit="$(getconf LONG_BIT)bit"
else
is64bit="unknow"
Expand Down

0 comments on commit cf138a6

Please sign in to comment.