You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Confirm all required setup is complete. If not, re-launch the setup script before proceeding.
if [ ! -f $HOME/.apt/setup_complete ] ; then printf 'Setup not yet complete. Please try again in a minute or two...\n\n' 1>&2 ; nohup bash .setup_replit ; exit 1 ; fi