1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2025-10-30 23:37:37 +02:00

Update dependencies for debian package test build

This commit is contained in:
sashacmc
2024-07-09 00:48:05 +02:00
parent 4400407b96
commit d509958874
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ jobs:
- name: Test Debian package installation
run: |
sudo apt-get install -y python3-exif python3-progressbar exiftran python3-psutil
sudo apt install -y pip python3-exif python3-progressbar exiftran python3-psutil
sudo pip install PyExifTool
sudo dpkg -i ../*.deb
sudo systemctl enable photo-importer.service
sudo systemctl restart photo-importer.service

View File

@@ -50,7 +50,8 @@ sudo pip install photo-importer
#### Installing as debian package
```bash
debuild -b
sudo apt install python3-exif python3-progressbar exiftran python3-psutil
sudo apt install pip python3-exif python3-progressbar exiftran python3-psutil
sudo pip install PyExifTool
sudo dpkg -i ../photo-importer_1.2.5_all.deb
```
#### Installing via setup.py