|
|
@ -5,9 +5,8 @@
|
|
|
|
if which brl > /dev/null 2>&1; then
|
|
|
|
if which brl > /dev/null 2>&1; then
|
|
|
|
echo "Fetching latest commits from repository..."
|
|
|
|
echo "Fetching latest commits from repository..."
|
|
|
|
if [ -d /bedrock/cache/bedrocklinux-userland ]; then
|
|
|
|
if [ -d /bedrock/cache/bedrocklinux-userland ]; then
|
|
|
|
cd /bedrock/cache/bedrocklinux-userland
|
|
|
|
less_lethal_rm_rf /bedrock/cache/bedrocklinux-userland
|
|
|
|
git pull -q
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
|
|
|
|
mkdir -p /bedrock/cache
|
|
|
|
mkdir -p /bedrock/cache
|
|
|
|
cd /bedrock/cache
|
|
|
|
cd /bedrock/cache
|
|
|
|
git clone https://github.com/bedrocklinux/bedrocklinux-userland
|
|
|
|
git clone https://github.com/bedrocklinux/bedrocklinux-userland
|
|
|
|