Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

0.2-2 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: xyz.skylarmccauley.sourceutility
Name: sourceutility
Version: 0.2-1
Version: 0.2-2
Depends: firmware (>= 9.0), findutils
Architecture: iphoneos-arm
Conflicts: xyz.skylarmccauley.sourcebackup
Expand Down
2 changes: 1 addition & 1 deletion DEBIAN/postinst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

echo =====================================
echo "Thanks for installing sourceutility v0.2-1"
echo "Thanks for installing sourceutility v0.2-2"
echo =====================================
6 changes: 3 additions & 3 deletions usr/bin/sourceutility
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

clear
VER="0.2-1"
VER="0.2-2"
echo "sourceutility v" $VER

## ----------------------------------
Expand Down Expand Up @@ -284,7 +284,7 @@ show_menus() {

read_options(){
local choice
read -p "Enter choice [ 1 - 7] " choice
read -p "Enter choice [ 1 - 8 ] " choice
case $choice in
1) {
backup_sources
Expand Down Expand Up @@ -315,7 +315,7 @@ read_options(){
purge_ds_store
} || {
exit 1;
}
} ;;
7) {
respring
} || {
Expand Down