jmcerrejon / PiKISS

PiKISS for Raspberry Pi: A bunch of scripts with menu to make your life easier.
http://misapuntesde.com
MIT License
884 stars 92 forks source link

🐛 FIX: Update PCem version to 1.0.1 and patch config file #222

Closed jmcerrejon closed 3 months ago

jmcerrejon commented 3 months ago

Summary by Sourcery

This pull request updates the PCem emulator script to version 1.0.1 and patches the configuration file to replace a hardcoded username with the current user's username.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request updates the PCem emulator script to version 1.0.1. It introduces a new variable for the configuration directory path and adds logic to patch the pcem.cfg file by replacing a placeholder username with the current user's name.

File-Level Changes

Files Changes
scripts/emus/pcem.sh Updated PCem version to 1.0.1 and added logic to patch the configuration file with the current username.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.