Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Nov 18, 2023
2 parents ab74996 + 1cdb425 commit eabaec2
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 @@ -68,7 +68,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 eabaec2

Please sign in to comment.