#!/bin/bash ############# https://github.com/plexguide/PlexGuide.com/graphs/contributors ### mkdir -p /pg/var/ # FUNCTIONS #################################################################### common_header() { tee <<-EOF ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ $1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ EOF } common_confirm() { read -p 'Confirm Information | Press [ENTER] ' typed >> pgupdate │ │ ——————————————————————————————————— │ │ An Original Admin9705 Project │ │ │ │ Dedicated to: │ │ Deiteq, YasQueen84 & JasMarie │ └─────────────────────────────────────┘ EOF #common_header "🚀 Initial Install Complete - Type [pgupdate] to start!" #common_confirm