mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-12-02 21:27:41 -05:00
Hard fail on error
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
a5cdb9ab58
commit
256b1db98b
29 changed files with 105 additions and 65 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#
|
||||
#You should have received a copy of the GNU General Public License
|
||||
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
set -euo pipefail;
|
||||
|
||||
#Replaces teal accents with orange/yellow ones
|
||||
#Last verified: 2018-04-27
|
||||
|
|
@ -61,4 +62,4 @@ mogrify -format png -fill "#$DOS_THEME_500" -opaque "#26a69a" -fuzz 10% java/res
|
|||
fi;
|
||||
|
||||
cd "$DOS_BUILD_BASE";
|
||||
echo "Applied theme!";
|
||||
echo -e "\e[0;32m[SCRIPT COMPLETE] Applied theme\e[0m";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue