mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
@@ -115,7 +115,7 @@ So if theres boot menu option choose non-uefi.
|
||||
`hwclock --systohc --utc`<br>
|
||||
`timedatectl set-ntp true`
|
||||
* setup a swap file<br>
|
||||
`dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress`
|
||||
`dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress`<br>
|
||||
`chmod 600 /swapfile`<br>
|
||||
`mkswap /swapfile`<br>
|
||||
`vim /etc/fstab`<br>
|
||||
|
||||
Reference in New Issue
Block a user