Created
January 27, 2017 17:36
-
-
Save invisiblek/084f53a8fe387bedd9374bd26d28ccac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "bootctl get-current-slot: `adb shell bootctl get-current-slot`" | |
echo "bootctl is-slot-bootable 0: `adb shell bootctl is-slot-bootable 0`" | |
echo "bootctl is-slot-bootable 1: `adb shell bootctl is-slot-bootable 1`" | |
echo "bootctl is-slot-marked-successful 0: `adb shell bootctl is-slot-marked-successful 0`" | |
echo "bootctl is-slot-marked-successful 1: `adb shell bootctl is-slot-marked-successful 1`" | |
echo "bootctl get-suffix 0: `adb shell bootctl get-suffix 0`" | |
echo "bootctl get-suffix 1: `adb shell bootctl get-suffix 1`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment