mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-09 03:01:00 +01:00
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/usr/bin/env sh
|
|
rm -rf builddir
|
|
meson builddir --prefix=/usr
|
|
sudo ninja -C builddir install
|
|
|