Преглед на файлове

change new scripts to use https links to Prawnos.com

Hal Emmerich преди 3 години
родител
ревизия
b78ab02f7b
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      scripts/PackageScripts/installPackage.sh
  2. 1 1
      scripts/PackageScripts/pbuildPackage.sh
  3. 1 1
      scripts/PackageScripts/uploadPackage.sh

+ 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