This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# for Debian 9: apt install -t stretch-backports uidmap [others will follow soon] | |
export GOPATH="$HOME/go" | |
export PATH="$PATH:$GOPATH" | |
[ -d "$GOPATH" ] || mkdir -p "$GOPATH" | |
buildah_src="containers/buildah" | |
catatonit_src="openSUSE/catatonit" | |
cni_src="containernetworking/plugins" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# backport libfuse3 from Debian 10 | |
apt install -t stretch-backports equivs meson mk-build-deps | |
mkdir "$HOME/build/libfuse3/" && cd "$HOME/build/libfuse3/" | |
( | |
dget -x http://deb.debian.org/debian/pool/main/f/fuse3/fuse3_3.4.1-1.dsc; \ | |
cd fuse3-3.4.1; \ | |
mk-build-deps --install --remove --tool "apt -o Debug::pkgProblemResolver=yes --no-install-recommends -t stretch-backports" --root-cmd "sudo"; \ | |
sudo dpkg --remove fuse3-build-deps; \ | |
dch --local ~bpo9+ --distribution stretch-backports "Rebuild for stretch-backports (local only)."; \ | |
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -j4; \ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder