summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 14:23:21 -0600
committerJeff Carr <[email protected]>2024-11-06 14:23:21 -0600
commit99c773b65b7d5a96eee80224a4ce662fe37f6802 (patch)
treec87fd062755f80cdedccacaa9b619bff7bac66a2
parent6e4c5102c4fe313348af65baa5523778f755fa99 (diff)
this is overkill
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--indexHtml.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/indexHtml.go b/indexHtml.go
index 519c541..40a30b5 100644
--- a/indexHtml.go
+++ b/indexHtml.go
@@ -38,10 +38,10 @@ func indexBodyStart(w http.ResponseWriter) {
fmt.Fprintln(w, "echo deb http://mirrors.wit.com/wit/ sid main > /etc/apt/sources.list.d/wit.list <br>")
fmt.Fprintln(w, "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4A854AEAF7E0E16D <br>")
fmt.Fprintln(w, "apt update<br>")
- fmt.Fprintln(w, "apt install go-clone # replicates the old 'go get' behavior")
- fmt.Fprintln(w, "apt install go-deb # make a debian package from a golang project")
- fmt.Fprintln(w, "apt install networkquality # debian package of apple's command line speedtest tool")
- fmt.Fprintln(w, "apt install virtigo # virt-manager from the command line")
+ fmt.Fprintln(w, "apt install go-clone # replicates the old 'go get' behavior<br>")
+ fmt.Fprintln(w, "apt install go-deb # make a debian package from a golang project<br>")
+ fmt.Fprintln(w, "apt install networkquality # debian package of apple's command line speedtest tool<br>")
+ fmt.Fprintln(w, "apt install virtigo # virt-manager from the command line<br>")
fmt.Fprintln(w, " <br>")
fmt.Fprintln(w, " <div class=\"container\">")
fmt.Fprintln(w, " <div class=\"row\">")