Update 'bedrock-linux-99.99.99-x86_64.sh'
This commit is contained in:
parent
8077c35725
commit
f319b77092
@ -5,12 +5,11 @@ echo "Fetching latest commits from repository..."
|
||||
if [ -d /bedrock/cache/bedrocklinux-userland ]; then
|
||||
less_lethal_rm_rf /bedrock/cache/bedrocklinux-userland
|
||||
fi
|
||||
mkdir -p /bedrock/cache
|
||||
cd /bedrock/cache
|
||||
git clone https://github.com/bedrocklinux/bedrocklinux-userland
|
||||
cd bedrocklinux-userland
|
||||
git checkout 0.7 -q
|
||||
fi
|
||||
mkdir -p /bedrock/cache
|
||||
cd /bedrock/cache
|
||||
git clone https://github.com/bedrocklinux/bedrocklinux-userland
|
||||
cd bedrocklinux-userland
|
||||
git checkout 0.7 -q
|
||||
current_version="$(awk '{print$3}' </bedrock/etc/bedrock-release)"
|
||||
newest_version=$(awk -F= '/^VERSION=/{print$2}' Makefile | sed 's/[a-z].*$//')-git-$(git log | grep -c "^commit")
|
||||
echo "Current Version: ${current_version}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user