Browse Source

change new scripts to use https links to Prawnos.com

Hal Emmerich 3 years ago
parent
commit
b78ab02f7b

+ 1 - 1
scripts/PackageScripts/installPackage.sh

@@ -5,7 +5,7 @@ set -e
 # install the target package into the target location
 
 
-# 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>
 
 # PrawnOS is free software: you can redistribute it and/or modify

+ 1 - 1
scripts/PackageScripts/pbuildPackage.sh

@@ -6,7 +6,7 @@ set -e
 # satisfies build dependencies if necessary
 
 
-# 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>
 
 # PrawnOS is free software: you can redistribute it and/or modify

+ 1 - 1
scripts/PackageScripts/uploadPackage.sh

@@ -5,7 +5,7 @@ set -e
 # upload the target package to the official prawnos apt repo
 # (of course this will only work if you can authenticate with the repo)
 
-# 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>
 
 # PrawnOS is free software: you can redistribute it and/or modify