Browse Source

change new scripts to use https links

Hal Emmerich 3 years ago
parent
commit
0fed5290cb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      scripts/InstallScripts/FlashKernelPart.sh
  2. 1 1
      scripts/LibKernelUpgrade.sh

+ 1 - 1
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 <hal@halemmerich.com>
 # Copyright (c) 2020 Fil Bergamo <fil@filberg.eu>
 

+ 1 - 1
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 <hal@halemmerich.com>
 # Copyright (c) 2020 Fil Bergamo <fil@filberg.eu>