mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix XXsync clean
This commit is contained in:
parent
f30cc36500
commit
cf2982b503
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ OK. RaspiBlitz will NOT update now.
|
||||||
|
|
||||||
patchNotice()
|
patchNotice()
|
||||||
{
|
{
|
||||||
whiptail --title "Patching Notice" --yes-button "Dont Patch" --no-button "Start Patch" --yesno "This is the possibility to patch your RaspiBlitz:
|
whiptail --title "Patching Notice" --yes-button "Dont Patch" --no-button "Patch Menu" --yesno "This is the possibility to patch your RaspiBlitz:
|
||||||
It means it will sync the program code with the
|
It means it will sync the program code with the
|
||||||
the GitHub repo for your version branch v${codeVersion}.
|
the GitHub repo for your version branch v${codeVersion}.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ wantedGitHubUser="$2"
|
||||||
if [ "${wantedBranch}" = "-clean" ]; then
|
if [ "${wantedBranch}" = "-clean" ]; then
|
||||||
clean=1
|
clean=1
|
||||||
wantedBranch="$2"
|
wantedBranch="$2"
|
||||||
wantedRepo="$3"
|
wantedGitHubUser="$3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set to another GutHub repo as origin
|
# set to another GutHub repo as origin
|
||||||
|
|
Loading…
Add table
Reference in a new issue