summarylogtreecommitdiffstats
path: root/doas.install
diff options
context:
space:
mode:
Diffstat (limited to 'doas.install')
-rw-r--r--doas.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/doas.install b/doas.install
new file mode 100644
index 000000000000..755d4780292f
--- /dev/null
+++ b/doas.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo " >> Edit the configuration in /etc/doas.conf"
+ echo " >> by adding your username or other values"
+}