diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/footer.html b/resources/footer.html new file mode 100644 index 0000000..1501276 --- /dev/null +++ b/resources/footer.html @@ -0,0 +1,9 @@ +<br> +echo deb http://mirrors.wit.com/wit/ sid main > /etc/apt/sources.list.d/wit.list <br> +apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4A854AEAF7E0E16D <br> +apt update<br> +apt install go-clone # replicates the old 'go get' behavior<br> +apt install go-deb # make a debian package from a golang project<br> +apt install networkquality # debian package of apple's command line speedtest tool<br> +apt install virtigo # virt-manager from the command line (runs wit.com)<br> +<br> |
