7 lines
62 B
Bash
Executable File
7 lines
62 B
Bash
Executable File
# !/bin/sh
|
|
|
|
git pull
|
|
cd fdroid
|
|
fdroid update -c
|
|
fdroid update
|