Initial commit: 0.7.2 installer

This commit is contained in:
shark
2019-04-06 12:33:46 -05:00
commit d203116fbe
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,9 @@
post_install() {
echo "You can insatll Bedrock Linux by running 'bedrock-linux.sh --hijack' as root. This action cannot be reversed!"
}
post_upgrade() {
echo "You can update Bedrock Linux by running 'bedrock-linux.sh --update' as root."
}
post_remove() {
echo "You are only removing the installer, Bedrock Linux itself cannot be uninstalled!"
}