Logout after getDotfiles()
This commit is contained in:
parent
4d55171142
commit
e8795534a3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue