We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b6e3cb + 96e92c4 commit 193c7bcCopy full SHA for 193c7bc
1 file changed
install
@@ -211,8 +211,8 @@ installed_packages+=(dayz-ctl)
211
if ! command -v dayz-ctl &>/dev/null; then
212
printf '%s\n\t%s\n' \
213
"Create a symlink for the executable file, need superuser rights" \
214
- "ln -s \"$bin_path/dayz-ctl\" /usr/bin/dayz-ctl"
215
- $package_su ln -s "$bin_path/dayz-ctl" /usr/bin/dayz-ctl
+ "ln -sf \"$bin_path/dayz-ctl\" /usr/bin/dayz-ctl"
+ $package_su ln -sf "$bin_path/dayz-ctl" /usr/bin/dayz-ctl
216
fi
217
218
# Create desktop entry
0 commit comments