Mirror from bluesky-social/pds

Merge pull request #241 from QuietImCoding/patch-1

Removing Duplicated Bit in installer.sh

authored by bnewbold.net and committed by

GitHub bedd51f4 fa37da06

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