mirror of
https://bitbucket.org/shim_/docker-rtm.git
synced 2018-10-04 01:52:08 +02:00
df -l -> df
This commit is contained in:
parent
664836d680
commit
439764c6d1
2
init.sh
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user