mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Merge remote-tracking branch 'rhansen/fix-bad-conflict-resolution' into develop
This commit is contained in:
commit
d35f93ed50
1 changed files with 1 additions and 27 deletions
|
@ -17,32 +17,6 @@ is_cmd zip || fatal "Please install zip"
|
||||||
|
|
||||||
# Is zip installed?
|
# Is zip installed?
|
||||||
is_cmd unzip || fatal "Please install unzip"
|
is_cmd unzip || fatal "Please install unzip"
|
||||||
=======
|
|
||||||
#Move to the folder where ep-lite is installed
|
|
||||||
cd $(dirname $0)
|
|
||||||
|
|
||||||
#Was this script started in the bin folder? if yes move out
|
|
||||||
if [ -d "../bin" ]; then
|
|
||||||
cd "../"
|
|
||||||
fi
|
|
||||||
|
|
||||||
#Is wget installed?
|
|
||||||
hash wget > /dev/null 2>&1 || {
|
|
||||||
echo "Please install wget" >&2
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
#Is zip installed?
|
|
||||||
hash zip > /dev/null 2>&1 || {
|
|
||||||
echo "Please install zip" >&2
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
#Is zip installed?
|
|
||||||
hash unzip > /dev/null 2>&1 || {
|
|
||||||
echo "Please install unzip" >&2
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
START_FOLDER=$(pwd);
|
START_FOLDER=$(pwd);
|
||||||
TMP_FOLDER=$(mktemp -d)
|
TMP_FOLDER=$(mktemp -d)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue