mirror of
				https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
				synced 2025-11-04 16:09:28 +00:00 
			
		
		
		
	Move to
This commit is contained in:
		@@ -40,11 +40,11 @@ pages:
 | 
				
			|||||||
    - apt-get update && apt-get install -y calibre --no-install-recommends
 | 
					    - apt-get update && apt-get install -y calibre --no-install-recommends
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - apt-get update && apt-get install -y fontconfig unzip sudo
 | 
					    - apt-get update && apt-get install -y fontconfig unzip sudo
 | 
				
			||||||
    - unzip "./fonts/*.zip" -d /usr/share/fonts/
 | 
					    - unzip "./styles/fonts/*.zip" -d /usr/share/fonts/
 | 
				
			||||||
      && fc-cache -fv
 | 
					      && fc-cache -fv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - mkdir -p /etc/fonts/conf.d &&
 | 
					    - mkdir -p /etc/fonts/conf.d &&
 | 
				
			||||||
      cp -a ./fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
 | 
					      cp -a ./styles/fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
 | 
				
			||||||
      fc-cache -fv
 | 
					      fc-cache -fv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - sudo corepack enable
 | 
					    - sudo corepack enable
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user