Try uncountable

This commit is contained in:
Tibo De Peuter 2022-10-26 23:54:29 +02:00
parent 4afb5626cc
commit fbf65bed76
20 changed files with 30 additions and 30 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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.