Merge pull request #184 from austin987/https
misc: use https:// for prawnos.com links
This commit is contained in:
commit
df64d5064f
@ -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
|
||||||
|
2
makefile
2
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>
|
# 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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user