Mirror from bluesky-social/pds

Update installer.sh

removed duplicate request for admin email (which probably never happens anyways)

authored by

shh and committed by
GitHub
5968895a f054eefe

-7
-7
installer.sh
··· 221 221 usage "No admin email specified" 222 222 fi 223 223 224 - if [[ -z "${PDS_ADMIN_EMAIL}" ]]; then 225 - read -p "Enter an admin email address (e.g. you@example.com): " PDS_ADMIN_EMAIL 226 - fi 227 - if [[ -z "${PDS_ADMIN_EMAIL}" ]]; then 228 - usage "No admin email specified" 229 - fi 230 - 231 224 # 232 225 # Install system packages. 233 226 #