Update directory mode
This commit is contained in:
parent
dd44da43f1
commit
54723b42c0
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed base-devel
|
pacman -Syu --noconfirm --needed base-devel
|
||||||
|
chmod -R a+rw .
|
||||||
|
|
||||||
baseDir="$PWD"
|
baseDir="$PWD"
|
||||||
cd "${INPUT_PKGDIR:-.}"
|
cd "${INPUT_PKGDIR:-.}"
|
||||||
|
|
Loading…
Reference in New Issue