Skip to content

Commit

Permalink
remove previous lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Aug 7, 2024
1 parent 2a81cab commit a54ad80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ pacman -U "/tmp/${package_name}" --noconfirm
cp /home/nobody/novnc-16x16.png /usr/share/webapps/novnc/app/images/icons/

cat <<'EOF' > /tmp/startcmd_heredoc
# delete previous lock file if it exists
rm -f ${HOME}/.config/JetBrains/PyCharm*/.lock
# launch pycharm
/usr/bin/pycharm
EOF
Expand Down

0 comments on commit a54ad80

Please sign in to comment.