mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-28 09:48:23 -05:00
4 lines
110 B
Bash
4 lines
110 B
Bash
#!/bin/bash
|
|
cp semantic.json.example semantic.json
|
|
sed -i '/"autoInstall": false/s/false/true/' semantic.json
|