Add cloning projects
This commit is contained in:
parent
48d5b989a8
commit
f069ca9292
1 changed files with 13 additions and 0 deletions
|
@ -41,6 +41,8 @@ export os
|
|||
# Install scripts #
|
||||
###################
|
||||
|
||||
echo "Installing scripts..."
|
||||
|
||||
if [ "$os" = 'debian' ]; then
|
||||
/bin/bash debian_based_installs.sh
|
||||
elif [ "$os" = 'arch' ]; then
|
||||
|
@ -104,3 +106,14 @@ echo "<?xml version=\"1.0\"?>
|
|||
fi
|
||||
|
||||
/bin/bash separator.sh
|
||||
|
||||
|
||||
##################
|
||||
# Clone projects #
|
||||
##################
|
||||
|
||||
echo "Cloning projects..."
|
||||
|
||||
/bin/bash clone_projects.sh
|
||||
|
||||
/bin/bash separator.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue