1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 05:33:34 +00:00

Merge pull request #2023 from SvenDowideit/v1.0.x-fix-ntpd-for-large-time-differences

Merge pull request #1997 from SvenDowideit/fix-ntpd-for-large-time-di…
This commit is contained in:
Sven Dowideit
2017-07-31 20:52:17 +10:00
committed by GitHub
4 changed files with 9 additions and 7 deletions

View File

@@ -21,12 +21,7 @@ fi
# build kexec
pushd .
cd scripts/installer/kexec
echo Downloading dapper
curl -sL https://releases.rancher.com/dapper/latest/dapper-`uname -s`-`uname -m|sed 's/v7l//'` > .dapper.tmp
chmod +x .dapper.tmp
./.dapper.tmp -v
mv .dapper.tmp .dapper
./.dapper
dapper
popd