You've already forked photo-importer
							
							
				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:
		
							
								
								
									
										3
									
								
								.github/workflows/build-debian-package.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build-debian-package.yml
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user