Skip to content
Snippets Groups Projects
Commit 95437217 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

20-install: Remove reference to multiterminal

parent fbbe9843
No related branches found
No related tags found
No related merge requests found
......@@ -43,13 +43,6 @@ if [ "$1" == "minicom/server" ]; then
chroot "$CHROOTDIR" service slapd stop
fi
# Changes distro
if [ "$1" == "multiterminal" ]; then
cp -af "$TEMPLATES"/le-installer/le-multiterminal-installer_1.0.8_i386.deb \
"$CHROOTDIR"/tmp/
chroot "$CHROOTDIR" dpkg -i /tmp/le-multiterminal-installer_1.0.8_i386.deb
fi
closeChroot
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment