forknote / cryptonote-generator

Generate Cryptonote coin with 1 command
104 stars 211 forks source link

Getting an error on generator.sh #60

Open txponto opened 6 years ago

txponto commented 6 years ago

Create patch generator.sh: line 73: diff: command not found Remove temporary files...

This is line 71-73

    EXCLUDE_FROM_DIFF="${EXCLUDE_FROM_DIFF} -x 'build'"
fi
diff -Naur -x .git ${NEW_COIN_PATH##${WORK_FOLDERS_PATH}/} ${TEMP_PATH##${WORK_FOLDERS_PATH}/} > "${UPDATES_PATH}"  || [ $? -eq 1 ]
pmitchev commented 6 years ago

OS?

txponto commented 6 years ago

Ubuntu 16.04