mirror of
https://github.com/dvorka/hstr.git
synced 2025-09-11 15:04:30 +08:00
PPA update to the current release.
This commit is contained in:
parent
069ad24822
commit
c0c6db116a
2 changed files with 3 additions and 3 deletions
4
dist/ubuntu-make-all-distros.sh
vendored
4
dist/ubuntu-make-all-distros.sh
vendored
|
@ -19,8 +19,8 @@ export HHBZRMSG="Top and bottom prompt."
|
||||||
export VERSION=1.24.
|
export VERSION=1.24.
|
||||||
export MINOR=0
|
export MINOR=0
|
||||||
|
|
||||||
# precise quantal saucy precise utopic vivid wily yakkety / trusty xenial zesty artful
|
# precise quantal saucy precise utopic vivid wily yakkety zesty / trusty xenial artful
|
||||||
for DISTRO in trustry xenial zesty artful
|
for DISTRO in trustry xenial artful
|
||||||
do
|
do
|
||||||
|
|
||||||
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
|
./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
|
||||||
|
|
|
@ -247,7 +247,7 @@ static const char *HELP_STRING=
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
static const char *VERSION_STRING=
|
static const char *VERSION_STRING=
|
||||||
"hh version \"1.24\" (2018-01-03T12:19:00)"
|
"hh version \"1.24\" (2018-02-18T11:00:00)"
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
// TODO help screen - curses window (tig)
|
// TODO help screen - curses window (tig)
|
||||||
|
|
Loading…
Add table
Reference in a new issue