Skip to content
Snippets Groups Projects
before.sh 263 B
Newer Older
Johannes Rudolph's avatar
Johannes Rudolph committed
#!/bin/sh

Johannes Rudolph's avatar
Johannes Rudolph committed
# Make Folder site
Johannes Rudolph's avatar
Johannes Rudolph committed
mkdir site
Johannes Rudolph's avatar
Johannes Rudolph committed

# Move Files into site folder
Johannes Rudolph's avatar
Johannes Rudolph committed
mv i18n/ site/
mv modules site/
mv site.conf site/
mv site.mk site/
Johannes Rudolph's avatar
Johannes Rudolph committed
mv .git site/
Johannes Rudolph's avatar
Johannes Rudolph committed
# Clone Gluon repo
Johannes Rudolph's avatar
Johannes Rudolph committed
git clone https://github.com/freifunk-gluon/gluon.git ./gluon -b v2016.1.2
mv gluon/* ./