From 78894792a5a78e9a4298883a1ee06ad6798b1b51 Mon Sep 17 00:00:00 2001 From: Aristo Chen Date: Thu, 10 Jun 2021 17:27:51 +0800 Subject: [PATCH] Update URLs (#2870) * Update URLs * Update URLs * Update URLs --- lib/build-all-ng.sh | 2 +- lib/distributions.sh | 2 +- lib/general.sh | 6 +++--- lib/main.sh | 2 +- .../skel/.local/share/applications/armbian-support.desktop | 2 +- .../etc/profile.d/armbian-activate-profile-sync-daemon.sh | 2 +- .../etc/profile.d/armbian-check-first-login-reboot.sh | 2 +- .../bsp/common/etc/profile.d/armbian-check-first-login.sh | 2 +- packages/bsp/common/etc/profile.d/armbian-ssh-title.sh | 2 +- packages/bsp/common/etc/update-motd.d/10-armbian-header | 2 +- packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo | 2 +- packages/bsp/common/etc/update-motd.d/35-armbian-tips | 2 +- packages/bsp/common/etc/update-motd.d/40-armbian-updates | 2 +- packages/bsp/common/etc/update-motd.d/41-armbian-config | 2 +- .../bsp/common/etc/update-motd.d/98-armbian-autoreboot-warn | 2 +- packages/bsp/common/usr/lib/armbian/armbian-common | 2 +- packages/bsp/common/usr/lib/armbian/armbian-firstlogin | 2 +- packages/bsp/common/usr/lib/armbian/armbian-firstrun | 2 +- packages/bsp/common/usr/lib/armbian/armbian-firstrun-config | 2 +- .../bsp/common/usr/lib/armbian/armbian-hardware-monitor | 2 +- .../common/usr/lib/armbian/armbian-hardware-optimization | 2 +- packages/bsp/common/usr/lib/armbian/armbian-ramlog | 2 +- .../bsp/common/usr/lib/armbian/armbian-resize-filesystem | 2 +- packages/bsp/common/usr/lib/armbian/armbian-truncate-logs | 2 +- packages/bsp/common/usr/lib/armbian/armbian-zram-config | 2 +- packages/bsp/common/usr/sbin/nand-sata-install | 4 ++-- packages/bsp/h3consumption | 6 +++--- packages/bsp/h3disp | 2 +- 28 files changed, 33 insertions(+), 33 deletions(-) diff --git a/lib/build-all-ng.sh b/lib/build-all-ng.sh index 749d69c9e..deed2ef08 100644 --- a/lib/build-all-ng.sh +++ b/lib/build-all-ng.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/lib/distributions.sh b/lib/distributions.sh index d96b1854e..bc35e1a3f 100644 --- a/lib/distributions.sh +++ b/lib/distributions.sh @@ -387,7 +387,7 @@ install_common() # switch to beta repository at this stage if building nightly images [[ $IMAGE_TYPE == nightly ]] \ - && echo "deb http://beta.armbian.com $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" \ + && echo "deb https://beta.armbian.com $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" \ > "${SDCARD}"/etc/apt/sources.list.d/armbian.list # Cosmetic fix [FAILED] Failed to start Set console font and keymap at first boot diff --git a/lib/general.sh b/lib/general.sh index 82a1d28d4..e9311beab 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -188,7 +188,7 @@ create_sources_list() # stage: add armbian repository and install key if [[ $DOWNLOAD_MIRROR == "china" ]]; then - echo "deb http://mirrors.tuna.tsinghua.edu.cn/armbian $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" > "${SDCARD}"/etc/apt/sources.list.d/armbian.list + echo "deb https://mirrors.tuna.tsinghua.edu.cn/armbian $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" > "${SDCARD}"/etc/apt/sources.list.d/armbian.list elif [[ $DOWNLOAD_MIRROR == "bfsu" ]]; then echo "deb http://mirrors.bfsu.edu.cn/armbian $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" > "${SDCARD}"/etc/apt/sources.list.d/armbian.list else @@ -992,7 +992,7 @@ prepare_host() if [[ $(dpkg --print-architecture) != amd64 ]]; then display_alert "Please read documentation to set up proper compilation environment" - display_alert "http://www.armbian.com/using-armbian-tools/" + display_alert "https://www.armbian.com/using-armbian-tools/" exit_with_error "Running this tool on non x86-x64 build host is not supported" fi @@ -1221,7 +1221,7 @@ prepare_host() if [[ ! -f "${USERPATCHES_PATH}"/README ]]; then rm -f "${USERPATCHES_PATH}"/readme.txt echo 'Please read documentation about customizing build configuration' > "${USERPATCHES_PATH}"/README - echo 'http://www.armbian.com/using-armbian-tools/' >> "${USERPATCHES_PATH}"/README + echo 'https://www.armbian.com/using-armbian-tools/' >> "${USERPATCHES_PATH}"/README # create patches directory structure under USERPATCHES_PATH find "${SRC}"/patch -maxdepth 2 -type d ! -name . | sed "s%/.*patch%/$USERPATCHES_PATH%" | xargs mkdir -p diff --git a/lib/main.sh b/lib/main.sh index b2dfb4618..8be02c663 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -47,7 +47,7 @@ if [[ $BUILD_ALL != "yes" && -z $ROOT_FS_CREATE_ONLY ]]; then fi # We'll use this title on all menus -backtitle="Armbian building script, http://www.armbian.com | Author: Igor Pecovnik" +backtitle="Armbian building script, https://www.armbian.com | Author: Igor Pecovnik" # if language not set, set to english [[ -z $LANGUAGE ]] && export LANGUAGE="en_US:en" diff --git a/packages/blobs/desktop/skel/.local/share/applications/armbian-support.desktop b/packages/blobs/desktop/skel/.local/share/applications/armbian-support.desktop index 2e7d35eec..f46d702fc 100644 --- a/packages/blobs/desktop/skel/.local/share/applications/armbian-support.desktop +++ b/packages/blobs/desktop/skel/.local/share/applications/armbian-support.desktop @@ -3,7 +3,7 @@ Version=1.0 Type=Link Name=Help Comment=Community forums -URL=http://forum.armbian.com +URL=https://forum.armbian.com Icon=help-about StartupNotify=false Terminal=false diff --git a/packages/bsp/common/etc/profile.d/armbian-activate-profile-sync-daemon.sh b/packages/bsp/common/etc/profile.d/armbian-activate-profile-sync-daemon.sh index 50e0dde9a..9f0b86523 100644 --- a/packages/bsp/common/etc/profile.d/armbian-activate-profile-sync-daemon.sh +++ b/packages/bsp/common/etc/profile.d/armbian-activate-profile-sync-daemon.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/profile.d/armbian-check-first-login-reboot.sh b/packages/bsp/common/etc/profile.d/armbian-check-first-login-reboot.sh index fccca5887..8d4ce0b3c 100644 --- a/packages/bsp/common/etc/profile.d/armbian-check-first-login-reboot.sh +++ b/packages/bsp/common/etc/profile.d/armbian-check-first-login-reboot.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh b/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh index cdd7f145c..db711f31f 100644 --- a/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh +++ b/packages/bsp/common/etc/profile.d/armbian-check-first-login.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/profile.d/armbian-ssh-title.sh b/packages/bsp/common/etc/profile.d/armbian-ssh-title.sh index 5fb035015..c3b1822cb 100644 --- a/packages/bsp/common/etc/profile.d/armbian-ssh-title.sh +++ b/packages/bsp/common/etc/profile.d/armbian-ssh-title.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/update-motd.d/10-armbian-header b/packages/bsp/common/etc/update-motd.d/10-armbian-header index 2cfb20147..0ba2c3e7d 100755 --- a/packages/bsp/common/etc/update-motd.d/10-armbian-header +++ b/packages/bsp/common/etc/update-motd.d/10-armbian-header @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo b/packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo index 15b248173..4b162f48c 100755 --- a/packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo +++ b/packages/bsp/common/etc/update-motd.d/30-armbian-sysinfo @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/update-motd.d/35-armbian-tips b/packages/bsp/common/etc/update-motd.d/35-armbian-tips index b6c1dd2b1..3643f97ad 100755 --- a/packages/bsp/common/etc/update-motd.d/35-armbian-tips +++ b/packages/bsp/common/etc/update-motd.d/35-armbian-tips @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/update-motd.d/40-armbian-updates b/packages/bsp/common/etc/update-motd.d/40-armbian-updates index 2744d843f..4bb79a52a 100755 --- a/packages/bsp/common/etc/update-motd.d/40-armbian-updates +++ b/packages/bsp/common/etc/update-motd.d/40-armbian-updates @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/update-motd.d/41-armbian-config b/packages/bsp/common/etc/update-motd.d/41-armbian-config index a91e7d807..8cad023e3 100755 --- a/packages/bsp/common/etc/update-motd.d/41-armbian-config +++ b/packages/bsp/common/etc/update-motd.d/41-armbian-config @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/etc/update-motd.d/98-armbian-autoreboot-warn b/packages/bsp/common/etc/update-motd.d/98-armbian-autoreboot-warn index cbdba3a76..2e6036fd6 100755 --- a/packages/bsp/common/etc/update-motd.d/98-armbian-autoreboot-warn +++ b/packages/bsp/common/etc/update-motd.d/98-armbian-autoreboot-warn @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-common b/packages/bsp/common/usr/lib/armbian/armbian-common index 95f8674e7..107b77bff 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-common +++ b/packages/bsp/common/usr/lib/armbian/armbian-common @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin b/packages/bsp/common/usr/lib/armbian/armbian-firstlogin index be810d3c7..e73b46b4f 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin +++ b/packages/bsp/common/usr/lib/armbian/armbian-firstlogin @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-firstrun b/packages/bsp/common/usr/lib/armbian/armbian-firstrun index c66e6076e..00b0f47ec 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-firstrun +++ b/packages/bsp/common/usr/lib/armbian/armbian-firstrun @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-firstrun-config b/packages/bsp/common/usr/lib/armbian/armbian-firstrun-config index db8b27d88..4debb063e 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-firstrun-config +++ b/packages/bsp/common/usr/lib/armbian/armbian-firstrun-config @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-hardware-monitor b/packages/bsp/common/usr/lib/armbian/armbian-hardware-monitor index 7a13d3f29..f97386cee 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-hardware-monitor +++ b/packages/bsp/common/usr/lib/armbian/armbian-hardware-monitor @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-hardware-optimization b/packages/bsp/common/usr/lib/armbian/armbian-hardware-optimization index d29acc6ca..7f279d901 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-hardware-optimization +++ b/packages/bsp/common/usr/lib/armbian/armbian-hardware-optimization @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-ramlog b/packages/bsp/common/usr/lib/armbian/armbian-ramlog index 6af776c73..b07df51e7 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-ramlog +++ b/packages/bsp/common/usr/lib/armbian/armbian-ramlog @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-resize-filesystem b/packages/bsp/common/usr/lib/armbian/armbian-resize-filesystem index 2f5809dc6..7fef4b48c 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-resize-filesystem +++ b/packages/bsp/common/usr/lib/armbian/armbian-resize-filesystem @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-truncate-logs b/packages/bsp/common/usr/lib/armbian/armbian-truncate-logs index 90193f85a..8491e8623 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-truncate-logs +++ b/packages/bsp/common/usr/lib/armbian/armbian-truncate-logs @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/lib/armbian/armbian-zram-config b/packages/bsp/common/usr/lib/armbian/armbian-zram-config index 4d539761d..246fe4103 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-zram-config +++ b/packages/bsp/common/usr/lib/armbian/armbian-zram-config @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # This file is licensed under the terms of the GNU General Public # License version 2. This program is licensed "as is" without any diff --git a/packages/bsp/common/usr/sbin/nand-sata-install b/packages/bsp/common/usr/sbin/nand-sata-install index b8081f237..26ddcf5c2 100755 --- a/packages/bsp/common/usr/sbin/nand-sata-install +++ b/packages/bsp/common/usr/sbin/nand-sata-install @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) Authors: http://www.armbian.com/authors +# Copyright (c) Authors: https://www.armbian.com/authors # # Tool to transfer the rootfs of an already running Armbian installation from SD card # to NAND, eMMC, SATA or USB storage. In case of eMMC it's also possible to transfer @@ -22,7 +22,7 @@ logfile="/var/log/nand-sata-install.log" # read in board info [[ -f /etc/armbian-release ]] && source /etc/armbian-release -backtitle="Armbian for $BOARD_NAME install script, http://www.armbian.com" +backtitle="Armbian for $BOARD_NAME install script, https://www.armbian.com" title="NAND, eMMC, SATA, USB and NVMe Armbian installer v${VERSION}" # exceptions diff --git a/packages/bsp/h3consumption b/packages/bsp/h3consumption index 4823990f2..17e87f3e0 100644 --- a/packages/bsp/h3consumption +++ b/packages/bsp/h3consumption @@ -56,9 +56,9 @@ # ethtool -s eth0 speed 100 duplex full / ethtool -s eth0 speed 1000 duplex full # # More information (and discussion in case questions arise!) in Armbian forum: -# http://forum.armbian.com/index.php/topic/1614-running-h3-boards-with-minimal-consumption/ -# http://forum.armbian.com/index.php/topic/1748-sbc-consumptionperformance-comparisons/ -# http://forum.armbian.com/index.php/topic/1823-opi-pc-wireless-not-powering-off/ +# https://forum.armbian.com/index.php/topic/1614-running-h3-boards-with-minimal-consumption/ +# https://forum.armbian.com/index.php/topic/1748-sbc-consumptionperformance-comparisons/ +# https://forum.armbian.com/index.php/topic/1823-opi-pc-wireless-not-powering-off/ # ############################################################################# # diff --git a/packages/bsp/h3disp b/packages/bsp/h3disp index 6bef89713..470c78330 100755 --- a/packages/bsp/h3disp +++ b/packages/bsp/h3disp @@ -52,7 +52,7 @@ # HDMI modes to choose and whether a HDMI-to-DVI converter is used or not # # - maybe implement live resolution switching as outlined by Jernej: -# http://forum.armbian.com/index.php/topic/617-wip-orange-pi-one-support-for-the-upcoming-orange-pi-one/?p=5305 +# https://forum.armbian.com/index.php/topic/617-wip-orange-pi-one-support-for-the-upcoming-orange-pi-one/?p=5305 # (we would also need a working set of fbset modes in /etc/fb.modes # of course) #