Initial commit: 0.7.2 installer
This commit is contained in:
9
bedrocklinux-installer-git.install
Normal file
9
bedrocklinux-installer-git.install
Normal 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!"
|
||||
}
|
Reference in New Issue
Block a user