Skip to content

Commit

Permalink
Update create-targz.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored Nov 16, 2023
1 parent f0b4284 commit 1cdb425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function build() {
chmod +x "${TMPDIR}"/dist/usr/local/bin/upgrade.sh
ln -s /usr/local/bin/upgrade.sh "${TMPDIR}"/dist/usr/local/bin/update.sh

cp "${origin_dir}"/linux_files/install-desktop.sh -o "${TMPDIR}"/dist/usr/local/bin/install-desktop.sh
cp "${origin_dir}"/linux_files/install-desktop.sh "${TMPDIR}"/dist/usr/local/bin/install-desktop.sh
chmod +x "${TMPDIR}"/dist/usr/local/bin/install-desktop.sh

cp "${origin_dir}"/linux_files/start-systemd.sudoers "${TMPDIR}"/dist/etc/sudoers.d/start-systemd
Expand Down

0 comments on commit 1cdb425

Please sign in to comment.