Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2681 → Rev 2682

/iso/old/config/first_login
0,0 → 1,17
#!/bin/bash
#
# Author: Hamza ESSAYEGH (Querdos)
#
 
# Changing root and sysadmin password
echo && passwd root
echo && passwd sysadmin
 
# Executing alcasar main script
cd alcasar-* && sh alcasar.sh -i
 
# Removing the line from bashrc
sed -i /"[[ -f first_login ]] && bash first_login"/d /root/.bashrc
 
# Removing this file
rm /root/first_login
Property changes:
Added: svn:executable
+*
\ No newline at end of property