diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:27:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:27:22 +0100 |
commit | d3251e3e601b55c77c4cc8b2ffc035353e740217 (patch) | |
tree | d91572319fb4c0e0599f881e38310b7c7caee8f3 | |
parent | again (diff) | |
download | arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.gz arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.bz2 arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.xz arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.zst arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.zip |
Forgot some titles
-rwxr-xr-x | arch-installer.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index d27f1e1..201f8c3 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -539,7 +539,7 @@ $rtpwd ARCH_CHROOT_CMDS sleep 2 if [ "$isusr" = true ]; then - dialog --title "$1"\ + dialog --title "V. CONFIGURING LINUX"\ --infobox "Setting up the user"\ 3 30 if [ "$isusrsudo" = true ]; then @@ -560,7 +560,7 @@ ARCH_CHROOT_CMDS fi sleep 2 fi -dialog --title "$1"\ +dialog --title "V. CONFIGURING LINUX"\ --infobox "Generating kernel image"\ 3 30 if [ "$ltskern" = false ]; then @@ -573,7 +573,7 @@ else ARCH_CHROOT_CMDS fi sleep 2 -dialog --title "$1"\ +dialog --title "V. CONFIGURING LINUX"\ --infobox "Configuring bootloader"\ 3 30 if [ "$efimode" = true ]; then |