Update script
This commit is contained in:
parent
0d5c120eeb
commit
85ec8ab7a2
|
@ -142,7 +142,7 @@ runScript() {
|
||||||
# installMorePackages
|
# installMorePackages
|
||||||
# grubSetUp
|
# grubSetUp
|
||||||
# userSetUp
|
# userSetUp
|
||||||
runInChrootWithInput "cd $HOME/Documents; git clone https://github.com/santilococo/CocoRice.git; cd CocoRice; sh scripts/bootstrap.sh"
|
runInChrootWithInput "mkdir -p $HOME/Documents; cd $HOME/Documents/ git clone https://github.com/santilococo/CocoRice.git; cd CocoRice; sh scripts/bootstrap.sh"
|
||||||
# umount -R /mnt
|
# umount -R /mnt
|
||||||
# reboot
|
# reboot
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue