Properly Stallmanify

gf-arm64
FriendlyNeighborhoodShane 4 years ago
parent cd52a89fd2
commit 96da9c66ff

@ -2,6 +2,7 @@
### By MOVZX and FatherJony and FriendlyNeighborhoodShane
*A simple, flexible MicroG/gang Installer*
**Licensed under the GNU GPL v3**
### Links
* [GitHub](https://github.com/FriendlyNeighborhoodShane/MinMicroG)

@ -1,5 +1,8 @@
#!/bin/sh
# Build a package with $1 variant
#
# Copyright 2018-2020 FriendlyNeighborhoodShane
# Distributed under the terms of the GNU GPL v3
workdir="$(pwd)";
cd "$workdir" || { echo " "; echo "FATAL: Can't cd to $workdir"; return 1; };

@ -2,6 +2,9 @@
# Minimal MicroG installer
# By FriendlyNeighborhoodShane
# Based on work by osm0sis @ xda-developers (Thanks!)
#
# Copyright 2018-2020 FriendlyNeighborhoodShane
# Distributed under the terms of the GNU GPL v3
exec 3>&1;
exec 1>&2;

@ -1,5 +1,8 @@
#!/bin/sh
# Update all assets
#
# Copyright 2018-2020 FriendlyNeighborhoodShane
# Distributed under the terms of the GNU GPL v3
workdir="$(pwd)";
cd "$workdir" || { echo " "; echo "FATAL: Can't cd to $workdir"; return 1; };

Loading…
Cancel
Save