Skip to content

Commit

Permalink
fix UX #58
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed May 8, 2020
1 parent 2250da2 commit 7f7dd36
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions archon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,18 @@ fi
sleep 1
echo
echo
echo '---------------------------------------------'
echo '----------------------------------------------'
echo ' 2 - Παρακάτω βλέπετε τους διαθέσιμους δίσκους'
echo ' '
echo ' Διαλέξτε το δίσκο που θα γίνει η εγκατάσταση '
echo ' Γράψτε την διαδρομή του δίσκου στον οποίο θα '
echo ' γίνει η εγκατάσταση του Arch Linux '
echo '----------------------------------------------'
lsblk | grep -i sd
echo
echo
echo '--------------------------------------------------------'
read -rp " Σε ποιο δίσκο (/dev/sd?) θα εγκατασταθεί το Arch; " diskvar
echo '--------------------------------------------------------'
echo '-------------------------------------------------------------------------'
read -rp " Γράψτε σε ποιο δίσκο (με την μορφή /dev/sdΧ) θα εγκατασταθεί το Arch; " diskvar
echo '-------------------------------------------------------------------------'
echo
echo
echo '--------------------------------------------------------'
Expand Down

0 comments on commit 7f7dd36

Please sign in to comment.