diff --git a/MHS32-show b/MHS32-show index ea21b7f..8529659 100755 --- a/MHS32-show +++ b/MHS32-show @@ -35,7 +35,7 @@ sudo cp ./usr/inittab /etc/ sudo touch ./.have_installed echo "gpio:resistance:mhs32:270:480:320" > ./.have_installed #FBCP install -wget --spider -q -o /dev/null --tries=1 -T 3 https://github.com +wget --spider -q -o /dev/null --tries=1 -T 10 https://github.com if [ $? -eq 0 ]; then sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf sudo cp -rf ./etc/rc.local /etc/rc.local diff --git a/MHS35-show b/MHS35-show index 686d9c5..1742395 100755 --- a/MHS35-show +++ b/MHS35-show @@ -37,7 +37,7 @@ sudo touch ./.have_installed echo "gpio:resistance:mhs35:90:480:320" > ./.have_installed #FBCP install -wget --spider -q -o /dev/null --tries=1 -T 3 https://github.com +wget --spider -q -o /dev/null --tries=1 -T 10 https://github.com if [ $? -eq 0 ]; then sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf sudo cp -rf ./etc/rc.local /etc/rc.local diff --git a/MHS40-show b/MHS40-show index d14f7b9..f9bda5e 100755 --- a/MHS40-show +++ b/MHS40-show @@ -35,7 +35,7 @@ sudo touch ./.have_installed echo "gpio:resistance:mhs395:90:480:320" > ./.have_installed #FBCP install -wget --spider -q -o /dev/null --tries=1 -T 3 https://github.com +wget --spider -q -o /dev/null --tries=1 -T 10 https://github.com if [ $? -eq 0 ]; then sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf sudo cp -rf ./etc/rc.local /etc/rc.local