fix package renaming
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,7 @@ jobs: | |||||||
|             sudo apt-get update -y |             sudo apt-get update -y | ||||||
|              |              | ||||||
|             sudo apt-get install -y python3-pip |             sudo apt-get install -y python3-pip | ||||||
|             sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev libxml2-dev libxslt-dev python-dev -y |             sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev libxml2-dev libxslt-dev python-dev-is-python3 -y | ||||||
|             echo $PWD && ls |             echo $PWD && ls | ||||||
|             git clone https://github.com/aceinnolab/Inkycal |             git clone https://github.com/aceinnolab/Inkycal | ||||||
|             cd Inkycal |             cd Inkycal | ||||||
|   | |||||||
| @@ -167,7 +167,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except | |||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| # the next line is for the Raspberry Pi only | # the next line is for the Raspberry Pi only | ||||||
| sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev | sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev | ||||||
| cd $HOME | cd $HOME | ||||||
| git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal | git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal | ||||||
| cd Inkycal | cd Inkycal | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user