generated from cosmic-packages/cosmic-applets
Update main.sh
This commit is contained in:
parent
076ed81694
commit
a07423ca88
6
main.sh
6
main.sh
@ -6,15 +6,15 @@ set -e
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
VERSION="0.21.1"
|
||||
VERSION="0.23.0"
|
||||
|
||||
# Clone Upstream
|
||||
git clone --recurse-submodules https://github.com/WiVRn/WiVRn.git -b v"$VERSION"
|
||||
git clone --recurse-submodules https://github.com/WiVRn/WiVRn.git -b v0.23
|
||||
cd WiVRn
|
||||
|
||||
apt-get install wget -y
|
||||
|
||||
wget https://gitlab.freedesktop.org/monado/monado/-/archive/cef70d03ca749225af0de57824270ad708bd828a/monado-cef70d03ca749225af0de57824270ad708bd828a.tar.gz
|
||||
wget https://gitlab.freedesktop.org/monado/monado/-/archive/5bdb51697685320e3f5d494210f25fb2967c9fc3/monado-5bdb51697685320e3f5d494210f25fb2967c9fc3.tar.gz
|
||||
mkdir ./monado-src
|
||||
tar xzf monado-*.tar.gz --strip-components=1 -C ./monado-src
|
||||
cd ./monado-src
|
||||
|
Loading…
x
Reference in New Issue
Block a user