Logout after getDotfiles()

This commit is contained in:
Santiago Lo Coco 2021-12-31 17:31:42 -03:00
parent 4d55171142
commit e8795534a3
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ installNotImportantPackages() {
finishInstallation() { finishInstallation() {
cp CocoASAIS /mnt/usr/bin/CocoASAIS 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 rm /mnt/cocoScript
umount -R /mnt umount -R /mnt
whiptail --yesno "Finally, the PC needs to restart, would you like to do it?" 0 0 whiptail --yesno "Finally, the PC needs to restart, would you like to do it?" 0 0