Files
t2000_gui/update.sh

6 lines
91 B
Bash

#!/bin/bash
git checkout main
git reset --hard
git fetch
git reset --hard origin/main
#test