Skip to content
Snippets Groups Projects
Verified Commit 6e92493b authored by David Beniamine's avatar David Beniamine
Browse files

Avoid using apt-eole update

parent f2b061af
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ then
ssh $ctn ./postinstall_$ctn.sh
ssh $ctn rm postinstall_$ctn.sh
done
Maj-Auto
else
echo "Please run postinstall on the master"
exit 1
......
......@@ -21,7 +21,6 @@ branch=eole-amon-ecole-2.8
if [ "$(dpkg -l | grep git)" ]
then
apt-eole update
apt-eole install \
git \
printer-driver-splix \
......@@ -61,7 +60,7 @@ done
line="0 1 1 * * $DIR/registry/scripts/clean.sh > /dev/null 2>&1"
(crontab -l | grep -v "registry"; echo "${line}") | crontab -
# Copy ssh key to tftp
# Copy ssh key to ftp
while [ ! -e "/root/.ssh/id_rsa.pub" ]
do
sleep 10
......
......@@ -21,7 +21,6 @@ branch=eole-amon-ecole-2.8
if [ "$(dpkg -l | grep git)" ]
then
apt-eole update
apt-eole install \
git \
xrdp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment