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
<!-- Hubspot Tracking --> | |
<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/{{ analytics.hubspot.id }}.js"></script> | |
<!-- End of HubSpot Embed Code --> | |
<!-- Google Analytics --> | |
<script defer src="https://www.googletagmanager.com/gtag/js?id={{ analytics.google.id }}"></script> | |
<script defer> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} |
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
pacman -S wget # needed for debootstrap | |
curl -o /tmp/db.deb http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.60~bpo70+1_all.deb | |
mkdir /opt/debootstrap | |
cd /opt/debootstrap | |
ar x /tmp/db.deb | |
tar xf data.tar.gz | |
mkdir /opt/debian |