mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-22 10:22:32 +01:00
Merge pull request #26 from asdfugil/master
This commit is contained in:
commit
b1c576fa56
0
scripts/setup/setup.bat
Normal file → Executable file
0
scripts/setup/setup.bat
Normal file → Executable file
21
scripts/setup/setup.sh
Normal file → Executable file
21
scripts/setup/setup.sh
Normal file → Executable file
@ -1,12 +1,15 @@
|
|||||||
echo --------------------------------------
|
#!/bin/sh
|
||||||
echo Discord Open Source Contribution Setup
|
cat << EOF
|
||||||
echo strg+c/strg+d to exit
|
--------------------------------------
|
||||||
echo -------------------------------------------
|
Discord Open Source Contribution Setup
|
||||||
echo This will clone and setup all repositories,
|
strg+c/strg+d to exit
|
||||||
echo if you only want to work on one specific repository
|
-------------------------------------------
|
||||||
echo follow their specific Getting Started Guide and exit this script
|
This will clone and setup all repositories,
|
||||||
echo ----------------------------------------------------------------
|
if you only want to work on one specific repository
|
||||||
echo "Are you sure you want to continue (y/n)?"
|
follow their specific Getting Started Guide and exit this script
|
||||||
|
----------------------------------------------------------------
|
||||||
|
EOF
|
||||||
|
printf "Are you sure you want to continue (y/N)? "
|
||||||
read -p "" CONT
|
read -p "" CONT
|
||||||
if [ "$CONT" != "y" ]; then
|
if [ "$CONT" != "y" ]; then
|
||||||
echo Aborting setup
|
echo Aborting setup
|
||||||
|
Loading…
Reference in New Issue
Block a user