From e8795534a38dfadc609dac201b6f0bb177ee7875 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 31 Dec 2021 17:31:42 -0300 Subject: [PATCH] Logout after getDotfiles() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac6892e..74e9cee 100755 --- a/install.sh +++ b/install.sh @@ -306,7 +306,7 @@ installNotImportantPackages() { finishInstallation() { cp CocoASAIS /mnt/usr/bin/CocoASAIS - echo "sh /usr/bin/CocoASAIS" >> /mnt/home/slococo/.bashrc + echo "sh /usr/bin/CocoASAIS && logout" >> /mnt/home/slococo/.bashrc rm /mnt/cocoScript umount -R /mnt whiptail --yesno "Finally, the PC needs to restart, would you like to do it?" 0 0