Browse Source

Merge pull request #184 from austin987/https

misc: use https:// for prawnos.com links
SolidHal 3 years ago
parent
commit
df64d5064f

+ 1 - 1
DOCUMENTATION.md

@@ -122,7 +122,7 @@ This is the suggested method, as then debugging can be enabled/disabled by plugg
 
 
 ### PrawnOS APT repo
-http://deb.prawnos.com
+https://deb.prawnos.com
 
 
 ### Key management

+ 1 - 1
makefile

@@ -1,4 +1,4 @@
-# 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
resources/BuildResources/initramfs-init

@@ -2,7 +2,7 @@
 
 # This is the init script built into the PrawnOS initramfs
 
-# 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/InstallScripts/InstallPackages.sh

@@ -1,7 +1,7 @@
 #!/bin/bash -e
 
 
-# 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/InstallScripts/InstallPrawnOS.sh

@@ -2,7 +2,7 @@
 
 #See the block of "echos" in main() for description of this script
 
-# 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/InstallScripts/UpgradeKernel.sh

@@ -5,7 +5,7 @@
 #the PrawnOS linux kernel from the booted usb device or sd card
 
 
-# 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/InstallScripts/buildCrossystem.sh

@@ -6,7 +6,7 @@ set -e
 #Build mosys, which is required for crossystem
 
 
-# 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/buildFilesystem.sh

@@ -6,7 +6,7 @@ set -e
 # Build fs, image
 
 
-# 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/buildInitramFs.sh

@@ -6,7 +6,7 @@ set -e
 #Build initramfs image
 
 
-# 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/buildKernel.sh

@@ -6,7 +6,7 @@ set -e
 #Build kernel, wifi firmware
 
 
-# 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/crossmenuconfig.sh

@@ -7,7 +7,7 @@ set -e
 #Grabs the file named config in resources/BuildResources directory, and updates it
 
 
-# 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/injectKernelIntoFS.sh

@@ -3,7 +3,7 @@
 set -x
 set -e
 
-# 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
tests/build-image.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) 2020 Austin English <austinenglish@gmail.com>
 
 # PrawnOS is free software: you can redistribute it and/or modify