Clear the screen when applying laptop layout so when Fenrir restarts it is less spammy.

This commit is contained in:
Storm Dragon 2022-04-04 03:10:22 -04:00
parent 02913ad280
commit 2fe6cc1cb4
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ if [[ ! -d /opt/configure-stormux ]]; then
if [[ "${continue,}" == "y" ]];then
sudo sed -i 's/=desktop/=laptop/' /etc/fenrirscreenreader/settings/settings.conf
sudo systemctl restart fenrirscreenreader.service
clear
fi
if ! ping -c1 stormux.org &> /dev/null ; then
echo "No internet connection detected. Press enter to open NetworkManager."

View File

@ -9,6 +9,7 @@ if [[ ! -d /opt/configure-stormux ]]; then
if [[ "${continue,}" == "y" ]];then
sudo sed -i 's/=desktop/=laptop/' /etc/fenrirscreenreader/settings/settings.conf
sudo systemctl restart fenrirscreenreader.service
clear
fi
if ! ping -c1 stormux.org &> /dev/null ; then
echo "No internet connection detected. Press enter to open NetworkManager."