misc: use https:// for prawnos.com links

This commit is contained in:
Austin English 2020-06-15 16:27:21 -05:00
parent 1732e941c4
commit 0cbd4cd58e
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
http://deb.prawnos.com
https://deb.prawnos.com
### 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>
# 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 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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