1
0
Fork 1

Add update.sh

This commit is contained in:
Laura Hausmann 2024-05-06 16:57:05 +02:00
parent 43fb0fa73c
commit 037d5b4397

10
update.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
set -e
# Update patches
git pull
# Update src
cd mozilla-unified
git reset --hard
git pull
git clean -fd