Skip to content
Snippets Groups Projects

*/*: update references to gitlab.postmarketos.org

Merged Pablo Correa Gomez requested to merge pabloyoyoista/fix-gitlab-paths into master
62 files
+ 124
118
Compare changes
  • Side-by-side
  • Inline
Files
62
@@ -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