Merge pull request #184 from austin987/https

misc: use https:// for prawnos.com links
This commit is contained in:
SolidHal 2020-06-19 21:07:55 +00:00 committed by GitHub
commit df64d5064f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View File

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

View File

@ -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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -2,7 +2,7 @@
# This is the init script built into the PrawnOS initramfs # 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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
#!/bin/bash -e #!/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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -2,7 +2,7 @@
#See the block of "echos" in main() for description of this script #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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -5,7 +5,7 @@
#the PrawnOS linux kernel from the booted usb device or sd card #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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -6,7 +6,7 @@ set -e
#Build mosys, which is required for crossystem #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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -6,7 +6,7 @@ set -e
# Build fs, image # 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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -6,7 +6,7 @@ set -e
#Build initramfs image #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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -6,7 +6,7 @@ set -e
#Build kernel, wifi firmware #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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -7,7 +7,7 @@ set -e
#Grabs the file named config in resources/BuildResources directory, and updates it #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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -3,7 +3,7 @@
set -x set -x
set -e 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> # Copyright (c) 2018 Hal Emmerich <hal@halemmerich.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/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> # Copyright (c) 2020 Austin English <austinenglish@gmail.com>
# PrawnOS is free software: you can redistribute it and/or modify # PrawnOS is free software: you can redistribute it and/or modify