diff --git a/init.sh b/init.sh index fdf204b..7964a48 100755 --- a/init.sh +++ b/init.sh @@ -15,6 +15,8 @@ function fetch_installer { curl "$RTM_DOWNLOAD_URL$RTM_VERSION.sh" > $INSTALLER CHECKSUM=$(sha256sum $INSTALLER) if [ "$CHECKSUM" == "$RTM_INSTALLER_CHECKSUM $INSTALLER" ]; then + sed -i 's/df -li/df -i/g' $INSTALLER + sed -i 's/df -l/df/g' $INSTALLER chmod +x $INSTALLER $INSTALLER else