Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2682 rexy 1
#!/bin/bash
2
#
3
# Author: Hamza ESSAYEGH (Querdos)
4
# 
5
 
6
# Changing root and sysadmin password
7
echo && passwd root
8
echo && passwd sysadmin
9
 
10
# Executing alcasar main script
11
cd alcasar-* && sh alcasar.sh -i
12
 
13
# Removing the line from bashrc
14
sed -i /"[[ -f first_login ]] && bash first_login"/d /root/.bashrc
15
 
16
# Removing this file
17
rm /root/first_login