mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
6 lines
340 B
Text
6 lines
340 B
Text
post_install() {
|
|
echo "---------------------------------------------------------------------------"
|
|
echo "After installation, run \"sudo systemctl enable --now daed\" to start daed."
|
|
echo "Then open your browser and navigate to http://localhost:2023"
|
|
echo "---------------------------------------------------------------------------"
|
|
}
|