Try uncountable
This commit is contained in:
		
							parent
							
								
									d35548186b
								
							
						
					
					
						commit
						342bf40d44
					
				
					 20 changed files with 30 additions and 30 deletions
				
			
		|  | @ -5,7 +5,7 @@ pkgver = 0.0.14-1 | |||
| pkgarch = any | ||||
| pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17 | ||||
| packager = Unknown Packager | ||||
| builddate = 1666820843 | ||||
| builddate = 1666821266 | ||||
| builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter | ||||
| startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter | ||||
| buildtool = makepkg | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							|  | @ -5,7 +5,7 @@ pkgbase = tdpeuter | |||
| pkgver = 0.0.14-1 | ||||
| pkgdesc = Sysconfig for my systems | ||||
| url = https://git.depeuter.tk/tdpeuter/arch-pkgs | ||||
| builddate = 1666820843 | ||||
| builddate = 1666821266 | ||||
| packager = Unknown Packager | ||||
| size = 0 | ||||
| arch = any | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ pkgver = 0.0.14-1 | |||
| pkgarch = any | ||||
| pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17 | ||||
| packager = Unknown Packager | ||||
| builddate = 1666820843 | ||||
| builddate = 1666821266 | ||||
| builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter | ||||
| startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter | ||||
| buildtool = makepkg | ||||
|  |  | |||
|  | @ -16,22 +16,22 @@ pre_remove() { | |||
|     rm -rf /usr/share/tdpeuter/arch-pkgs | ||||
| } | ||||
| 
 | ||||
| install_software() { | ||||
| install_one() { | ||||
| 
 | ||||
|     user=$(who | cut -f1 -d' ') | ||||
|     dir=$(pwd) | ||||
| 
 | ||||
|     >&2 echo "Installing betterbird" | ||||
|     git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git | ||||
|     cd betterbird-bin | ||||
|     >&2 echo "Installing ${1}" | ||||
|     git clone --depth 1 --progress "https://aur.archlinux.org/${1}.git" | ||||
|     cd "${1}" | ||||
|     git pull | ||||
|     $(su -w PATH -c "makepkg -ic" - "${user}") | ||||
|     cd | ||||
| 
 | ||||
|     >&2 echo "Installing google-chrome" | ||||
|     git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git | ||||
|     cd google-chrome | ||||
|     git pull | ||||
|     $(su -w PATH -c "makepkg -ic" - "${user}") | ||||
|     cd | ||||
|     su -c "cd ${dir} && makepkg -ic" - "${user}" | ||||
| } | ||||
| 
 | ||||
| install_software() { | ||||
|     install_one "betterbird-bin" | ||||
|     install_one "google-chrome" | ||||
| 
 | ||||
|     >&2 echo "Installing hamsket" | ||||
|     git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							|  | @ -5,7 +5,7 @@ pkgbase = tdpeuter | |||
| pkgver = 0.0.14-1 | ||||
| pkgdesc = Sysconfig for my systems | ||||
| url = https://git.depeuter.tk/tdpeuter/arch-pkgs | ||||
| builddate = 1666820843 | ||||
| builddate = 1666821266 | ||||
| packager = Unknown Packager | ||||
| size = 0 | ||||
| arch = any | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ pkgver = 0.0.14-1 | |||
| pkgarch = any | ||||
| pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17 | ||||
| packager = Unknown Packager | ||||
| builddate = 1666820843 | ||||
| builddate = 1666821266 | ||||
| builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter | ||||
| startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter | ||||
| buildtool = makepkg | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							|  | @ -5,7 +5,7 @@ pkgbase = tdpeuter | |||
| pkgver = 0.0.14-1 | ||||
| pkgdesc = Sysconfig for my systems | ||||
| url = https://git.depeuter.tk/tdpeuter/arch-pkgs | ||||
| builddate = 1666820843 | ||||
| builddate = 1666821266 | ||||
| packager = Unknown Packager | ||||
| size = 0 | ||||
| arch = any | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							|  | @ -16,22 +16,22 @@ pre_remove() { | |||
|     rm -rf /usr/share/tdpeuter/arch-pkgs | ||||
| } | ||||
| 
 | ||||
| install_software() { | ||||
| install_one() { | ||||
| 
 | ||||
|     user=$(who | cut -f1 -d' ') | ||||
|     dir=$(pwd) | ||||
| 
 | ||||
|     >&2 echo "Installing betterbird" | ||||
|     git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git | ||||
|     cd betterbird-bin | ||||
|     >&2 echo "Installing ${1}" | ||||
|     git clone --depth 1 --progress "https://aur.archlinux.org/${1}.git" | ||||
|     cd "${1}" | ||||
|     git pull | ||||
|     $(su -w PATH -c "makepkg -ic" - "${user}") | ||||
|     cd | ||||
| 
 | ||||
|     >&2 echo "Installing google-chrome" | ||||
|     git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git | ||||
|     cd google-chrome | ||||
|     git pull | ||||
|     $(su -w PATH -c "makepkg -ic" - "${user}") | ||||
|     cd | ||||
|     su -c "cd ${dir} && makepkg -ic" - "${user}" | ||||
| } | ||||
| 
 | ||||
| install_software() { | ||||
|     install_one "betterbird-bin" | ||||
|     install_one "google-chrome" | ||||
| 
 | ||||
|     >&2 echo "Installing hamsket" | ||||
|     git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue