mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-14 05:04:51 +08:00
Update alpineInit.sh
This commit is contained in:
parent
f4436c3c72
commit
59ec6ed575
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ sed -i '$a\'$LinuxMirror'/'$alpineVer'/community' /etc/apk/repositories
|
|||
# sed -i '$a\'$LinuxMirror'/edge/testing' /etc/apk/repositories
|
||||
|
||||
# Synchronize time from hardware
|
||||
hwclock -s
|
||||
hwclock -s || true
|
||||
|
||||
# Install and enable ssh
|
||||
echo root:${tmpWORD} | chpasswd
|
||||
|
|
Loading…
Reference in a new issue