Add cloning projects

This commit is contained in:
flyingscorpio@pinebook-pro 2020-03-03 12:41:14 +01:00
parent 48d5b989a8
commit f069ca9292

View file

@ -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