We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee41763 commit 8b693c8Copy full SHA for 8b693c8
portmaster/component_prepare.sh
@@ -17,4 +17,5 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
17
install -Dm755 "$XDG_DATA_HOME/PortMaster/PortMaster.sh" "$roms_path/portmaster/PortMaster.sh"
18
create_dir "$XDG_DATA_HOME/PortMaster/config/"
19
cp "$component_config/config.json" "$XDG_DATA_HOME/PortMaster/config/config.json"
20
+ set_setting_value "$rd_conf" "portmaster_path" "$rd_home_path/PortMaster" "retrodeck" "paths"
21
fi
0 commit comments