From 0fed5290cb8c784ca2f05c22a9fe98949bdc1696 Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Fri, 19 Jun 2020 16:39:30 -0500 Subject: [PATCH] change new scripts to use https links --- scripts/InstallScripts/FlashKernelPart.sh | 2 +- scripts/LibKernelUpgrade.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/InstallScripts/FlashKernelPart.sh b/scripts/InstallScripts/FlashKernelPart.sh index 277f766..6af6be8 100755 --- a/scripts/InstallScripts/FlashKernelPart.sh +++ b/scripts/InstallScripts/FlashKernelPart.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This file is part of PrawnOS (http://www.prawnos.com) +# This file is part of PrawnOS (https://www.prawnos.com) # Copyright (c) 2018 Hal Emmerich # Copyright (c) 2020 Fil Bergamo diff --git a/scripts/LibKernelUpgrade.sh b/scripts/LibKernelUpgrade.sh index aa3ed90..b1776bb 100755 --- a/scripts/LibKernelUpgrade.sh +++ b/scripts/LibKernelUpgrade.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of PrawnOS (http://www.prawnos.com) +# This file is part of PrawnOS (https://www.prawnos.com) # Copyright (c) 2018 Hal Emmerich # Copyright (c) 2020 Fil Bergamo