Quellcode durchsuchen

fixed typos

tags/3.1_alpha
MikonosII GitHub vor 8 Jahren
Ursprung
Commit
8916cd6054
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Datei anzeigen

@@ -136,7 +136,7 @@ show_menu () {
fi
;;
10)
confirmAnswer "Are you sure you want to reboo the Raspberry Pi?"
confirmAnswer "Are you sure you want to reboot the Raspberry Pi?"
if [ $? = 0 ]; then
sudo reboot
else


Laden…
Abbrechen
Speichern