Skip to content

Commit

Permalink
Update distcc-install-client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Jun 27, 2023
1 parent 2b13550 commit 83eb614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distcc-install-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ pacman -Sy --noconfirm distcc
# for ssh start distccd from master
sed -i -e 's/#\(PermitRootLogin \).*/\1yes/' /etc/ssh/sshd_config
systemctl enable sshd
[[ ! -e /usr/bin/distccd-armv8 ]] && pkg=distccd-armv8
[[ ! -e /usr/bin/distccd-armv6h ]] && pkg+=' distccd-armv6h'
[[ ! $pkg ]] && exit

dialog "${optbox[@]}" --infobox "
Please build and install toolchains
$pkg
" 9 58

0 comments on commit 83eb614

Please sign in to comment.