mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
7 lines
231 B
Bash
Executable file
7 lines
231 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
printf "==============================================\n"
|
|
printf "PROTIP: use"
|
|
printf " \e[1;33mpmbootstrap ci\e[0m"
|
|
printf " to run these scripts locally.\n"
|
|
printf "==============================================\n"
|