Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fe5593f7 authored by Robert Nelson's avatar Robert Nelson
Browse files

debootstrap: 1.0.97


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 0bee2b9b
No related merge requests found
#!/bin/bash -e #!/bin/bash -e
# #
# Copyright (c) 2012-2017 Robert Nelson <robertcnelson@gmail.com> # Copyright (c) 2012-2018 Robert Nelson <robertcnelson@gmail.com>
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#http://ftp.us.debian.org/debian/pool/main/d/debootstrap/ #http://ftp.us.debian.org/debian/pool/main/d/debootstrap/
#1.0.${minimal_debootstrap} #1.0.${minimal_debootstrap}
minimal_debootstrap="95" minimal_debootstrap="97"
host_arch="$(uname -m)" host_arch="$(uname -m)"
debootstrap_is_installed () { debootstrap_is_installed () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment