Skip to content
Snippets Groups Projects

main/postmarketos-ui-phosh: remove systemd subpkg

Merged Oliver Smith requested to merge ollieparanoid/pmaports:24.06-fix-upstream-compat into v24.06
All threads resolved!
Files
9
@@ -5,7 +5,7 @@
if [ "$(id -u)" = 0 ]; then
set -x
wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
sh ./install_pmbootstrap.sh
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
fi
Loading