diff --git a/alt-server-v-10/http/autoinstall.scm b/alt-server-v-10/http/autoinstall.scm index 6c9f6cc..1714836 100644 --- a/alt-server-v-10/http/autoinstall.scm +++ b/alt-server-v-10/http/autoinstall.scm @@ -16,4 +16,4 @@ ("/net-eth" action "write" commit #t) ("/root/change_password" language ("en_US") passwd_2 "vagrant" passwd_1 "vagrant") ("/users/create_account" new_name "vagrant" gecos "vagrant" allow_su #t auto #f passwd_1 "vagrant" passwd_2 "vagrant" autologin #f) -("/postinstall/laststate" script "https://raw.githubusercontent.com/Maks1mS/alt-linux-vagrant-boxes/main/alt-server-v-10/setup.sh") \ No newline at end of file +("/postinstall/firsttime" run "sleep 20 && curl https://raw.githubusercontent.com/Maks1mS/alt-linux-vagrant-boxes/main/alt-server-v-10/setup.sh -o /root/post.sh && /bin/bash /root/post.sh") \ No newline at end of file