diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 1177240..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.tar.xz filter=lfs diff=lfs merge=lfs -text diff --git a/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1.tar.xz b/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1.tar.xz deleted file mode 100644 index 3f5049a..0000000 --- a/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8aa0d206fc36cf63e1558918d54a27ca22330799e617f2a79d019f172c6246 -size 79262720 diff --git a/create_ubuntu_bootstraps.sh b/create_ubuntu_bootstraps.sh index 4fa1049..3e43bf7 100755 --- a/create_ubuntu_bootstraps.sh +++ b/create_ubuntu_bootstraps.sh @@ -120,7 +120,7 @@ wget -O libpcap.tar.gz https://www.tcpdump.org/release/libpcap-${libpcap_version wget -O libxkbcommon.tar.xz https://xkbcommon.org/download/libxkbcommon-${libxkbcommon_version}.tar.xz wget -O python3.tar.gz https://www.python.org/ftp/python/${python3_version}/Python-${python3_version}.tgz wget -O meson.tar.gz https://github.com/mesonbuild/meson/releases/download/${meson_version}/meson-${meson_version}.tar.gz -wget -O mingw.tar.xz https://github.com/Kron4ek/Wine-Builds/raw/master/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1.tar.xz +wget -O mingw.tar.xz http://techer.pascal.free.fr/Red-Rose_MinGW-w64-Toolchain/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1.tar.xz wget -O /usr/include/linux/ntsync.h https://raw.githubusercontent.com/zen-kernel/zen-kernel/f787614c40519eb2c8ebdc116b2cd09d46e5ec85/include/uapi/linux/ntsync.h wget -O /usr/include/linux/userfaultfd.h https://raw.githubusercontent.com/zen-kernel/zen-kernel/f787614c40519eb2c8ebdc116b2cd09d46e5ec85/include/uapi/linux/userfaultfd.h if [ -d /usr/lib/i386-linux-gnu ]; then wget -O wine.deb https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/main/binary-i386/wine-stable_4.0.3~bionic_i386.deb; fi