mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-18 21:47:35 -04: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
|