chg: [installer] Added todo

pull/4634/head
Steve Clement 2019-05-15 14:31:39 +09:00
parent 70c69b2ee3
commit 64dc0fc9fc
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ checkFlavour () {
}
checkInstaller () {
# TODO: Implement $FLAVOUR checks and install depending on the platform we are on
if [[ $(which shasum > /dev/null 2>&1 ; echo $?) != 0 ]]; then
sudo apt install libdigest-sha-perl -qyy
fi