cd m1n1
git fetch -a -t
# https://github.com/AsahiLinux/PKGBUILDs/blob/main/m1n1/PKGBUILD
- git reset --hard v1.1.8; git clean -f -x -d &> /dev/null
+ git reset --hard v1.2.2; git clean -f -x -d &> /dev/null
make -j `nproc`
)
}
test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
cd m1n1
git fetch -a -t
- git reset --hard v1.1.8;
+ git reset --hard v1.2.2;
make -j `nproc`
)
}
test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
cd m1n1
git fetch -a -t
- git reset --hard v1.1.8;
+ git reset --hard v1.2.2;
make -j `nproc`
)
}
test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
cd m1n1
git fetch -a -t
- git reset --hard v1.1.7;
+ git reset --hard v1.2.2;
make -j `nproc`
)
}