OSDN Git Service

instantupdate auto repairs repos
[instantos/instantOS.git] / programs / instantpostinstall
1 #!/bin/bash
2
3 echo "finishing up installation"
4 bash /root/instantARCH/postinstall.sh
5 bash /usr/share/instantdotfiles/rootinstall.sh
6
7 # require password for root account
8 sed -i '/.*NOPASSWD/d' /etc/sudoers
9 rm /opt/instantos/installtrigger
10
11 # delete credentials
12 rm /root/instantARCH/config/user
13 rm /root/instantARCH/config/password