summaryrefslogtreecommitdiffstats
path: root/reinstall.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-10-01 16:32:49 (EDT)
committer P. J. McDermott <pj@pehjota.net>2023-10-01 16:32:49 (EDT)
commitbab4f35fc5c13341fb9cc96a7cb863c5cd5c3f53 (patch)
tree75d9463a02eb5984e1f33aadba830f490f2b103c /reinstall.sh
downloadsiglo-upstream/0.9.9.zip
siglo-upstream/0.9.9.tar.gz
siglo-upstream/0.9.9.tar.bz2
New upstream version 0.9.9upstream/0.9.9upstream/latest
Diffstat (limited to 'reinstall.sh')
-rwxr-xr-xreinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/reinstall.sh b/reinstall.sh
new file mode 100755
index 0000000..1638c8e
--- /dev/null
+++ b/reinstall.sh
@@ -0,0 +1,5 @@
+rm -rf build/
+meson build
+cd build
+sudo ninja install
+