Skip to content

Commit

Permalink
Update distcc-client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Jan 19, 2022
1 parent b32ddb5 commit af88c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distcc-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ sleep 1
arch=$( dialog "${optbox[@]}" --output-fd 1 --menu "
\Z1Distcc\Z0:
" 8 0 0 \
1 armv6h \
1 aarch64 \
2 armv7h \
3 armv8/aarch64 )
3 armv6h )

case $arch in
1 ) arch=armv6h;;
1 ) arch=armv8;;
2 ) arch=armv7h;;
3 ) arch=armv8;;
3 ) arch=armv6h;;
esac

systemctl stop distccd-arm*
Expand Down

0 comments on commit af88c89

Please sign in to comment.