Subversion Repositories ALCASAR

Rev

Blame | Last modification | View Log

#!/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

Generated by GNU Enscript 1.6.6.