mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
Making swap sooner as dnf under DigitalOcean requires more memory (#36)
This commit is contained in:
parent
b95ff459a8
commit
6c6e63594d
1 changed files with 1 additions and 1 deletions
|
@ -253,9 +253,9 @@ infect() {
|
||||||
[ -z "$PROVIDER" ] && PROVIDER="digitalocean" # you may also prepend PROVIDER=vultr to your call instead
|
[ -z "$PROVIDER" ] && PROVIDER="digitalocean" # you may also prepend PROVIDER=vultr to your call instead
|
||||||
|
|
||||||
prepareEnv
|
prepareEnv
|
||||||
|
makeSwap # smallest (512MB) droplet needs extra memory!
|
||||||
checkEnv
|
checkEnv
|
||||||
makeConf
|
makeConf
|
||||||
makeSwap # smallest (512MB) droplet needs extra memory!
|
|
||||||
infect
|
infect
|
||||||
removeSwap
|
removeSwap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue