diff --git a/scripts/install b/scripts/install index 616e8dd..bcd2c20 100644 --- a/scripts/install +++ b/scripts/install @@ -29,8 +29,7 @@ sudo mkdir -p $final_path sudo cp -a ../sources/phpBB/* $final_path # We add french language pack -sudo cp -a ../sources/french_language/language/* $final_path/language/ -sudo cp -a ../sources/french_language/styles/prosilver/theme/* $final_path/styles/prosilver/theme/ +sudo cp -a ../sources/french_language/* $final_path/ # Set permissions to rainloop directory sudo chown -R www-data:www-data $final_path diff --git a/scripts/upgrade b/scripts/upgrade index e8f36d0..80722d8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -23,8 +23,7 @@ sudo mkdir -p $final_path sudo cp -a ../sources/$app/* $final_path # We add french language pack -sudo cp -a ../sources/french_language/language/* $final_path/language/ -sudo cp -a ../sources/french_language/styles/prosilver/theme/* $final_path/styles/prosilver/theme/ +sudo cp -a ../sources/french_language/* $final_path/ # Set permissions to $final_path directory sudo chown -R www-data:www-data $final_path