Forum | Documentation | Website | Blog

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

debootstrap: bump to 1.0.75


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 16f98339
No related merge requests found
#!/bin/bash -e
#
# Copyright (c) 2012-2015 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2012-2016 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -22,7 +22,7 @@
#http://ftp.us.debian.org/debian/pool/main/d/debootstrap/
#1.0.${minimal_debootstrap}
minimal_debootstrap="74"
minimal_debootstrap="75"
host_arch="$(uname -m)"
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