Added custom plymouth theme and added utilities for getting system info
This commit is contained in:
4
config/includes.chroot/etc/skel/.bashrc
Normal file → Executable file
4
config/includes.chroot/etc/skel/.bashrc
Normal file → Executable file
@@ -21,9 +21,7 @@ NetCheck
|
||||
while [[ "$Net" = "false" ]]; do
|
||||
read -p "Network could not be initialized, Try again (y/n) " yn
|
||||
case $yn in
|
||||
[yY]* )
|
||||
NetCheck
|
||||
break;;
|
||||
[yY]* ) NetCheck;;
|
||||
[Nn]* ) break;;
|
||||
* ) echo invalid response;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user