install flickr_labels

This commit is contained in:
frederik
2024-07-13 15:59:16 +02:00
parent 3b5160b789
commit fa1c15ceb8
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -82,6 +82,7 @@ create_necessary_dirs() {
sudo -u ${USER} ln -fs $my_dir/templates/phpsysinfo.ini ${HOME}/phpsysinfo/
sudo -u ${USER} ln -fs $my_dir/templates/green_bootstrap.css ${HOME}/phpsysinfo/templates/
sudo -u ${USER} ln -fs $my_dir/templates/index_bootstrap.html ${HOME}/phpsysinfo/templates/html
sudo -u ${USER} ln -sf $my_dir/model/labels_nm/labels_en.txt $my_dir/model/labels_flickr.txt
chmod -R g+rw $my_dir
chmod -R g+rw ${RECS_DIR}
}