6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
sudo chown -R 1000:1000 ./libretranslate_models
|
|
chmod -R u+rwX ./libretranslate_models
|