Skip to content

Commit f6e5386

Browse files
committed
fix copy command
1 parent 6200c01 commit f6e5386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p3/libs/optimizers.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ earlyoom_lib () {
126126
_packages=(earlyoom)
127127
_install_
128128
wget https://raw.githubusercontent.com/psygreg/linuxtoys/refs/heads/master/resources/earlyoom
129-
sudo cp -r earlyoom /etc/default/
129+
sudo cp -f earlyoom /etc/default/
130130
rm earlyoom
131131
sudo systemctl enable --now earlyoom
132132
unset _packages

0 commit comments

Comments
 (0)