Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 475 Bytes

Post Install Setup (P.I.Setup) Script.

A post installation setup script.

Usage

Export:

export GIT_USERNAME=""
export GIT_USEREMAIL=""
export GITHUB_USERNAME=""
export GITHUB_PERSONAL_ACCESS_TOKEN=""

Then run the script:

  • with curl:

     curl -sL https://raw.githubusercontent.com/enenumxela/P.I.Setup/main/P.I.Setup | bash
  • with wget:

     wget -O - https://raw.githubusercontent.com/enenumxela/P.I.Setup/main/P.I.Setup | bash