summaryrefslogtreecommitdiff
path: root/contrib/pkginstaller/Resources/conclusion.html
diff options
context:
space:
mode:
authorAnjan Nath <kaludios@gmail.com>2022-06-08 14:38:20 +0530
committerAnjan Nath <kaludios@gmail.com>2022-07-26 21:05:17 +0530
commitc35ae7640cfa9503c814869347252025a9037637 (patch)
tree9dccce57e715c6c01a91c3a78f9e2ed39abfa7a2 /contrib/pkginstaller/Resources/conclusion.html
parentee937c518e7efb9c47d21a4e1050b966ca02d005 (diff)
downloadpodman-c35ae7640cfa9503c814869347252025a9037637.tar.gz
podman-c35ae7640cfa9503c814869347252025a9037637.tar.bz2
podman-c35ae7640cfa9503c814869347252025a9037637.zip
Add support for building macOS pkg installer
it installs podman and supporting binaries along with qemu to have a functioning podman install using a pkg podman and podman-mac-helper is compiled from source gvproxy binary is downloaded from its github releases and qemu from github release of containers/podman-machine-qemu [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <kaludios@gmail.com>
Diffstat (limited to 'contrib/pkginstaller/Resources/conclusion.html')
-rw-r--r--contrib/pkginstaller/Resources/conclusion.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/pkginstaller/Resources/conclusion.html b/contrib/pkginstaller/Resources/conclusion.html
new file mode 100644
index 000000000..c442e4ebf
--- /dev/null
+++ b/contrib/pkginstaller/Resources/conclusion.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8"/>
+</head>
+<body>
+<div align="left" style="font-family: Helvetica; padding-left: 10px;">
+ <br/>
+ <p style="color: #020202; font-size: 12px;">Thanks for installing Podman!</p>
+ <p style="color: #020202; font-size: 12px;">You can now start using the 'podman' command. First run 'podman machine init'</b>.</p>
+</div>
+</body>
+</html>