Skip to content

Commit

Permalink
Create 28
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrl39 authored Jun 3, 2024
1 parent b5e6292 commit a6a296f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/iso-conf/meta-data/28
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#cloud-config
autoinstall:
version: 1
identity:
hostname: {hostname}
username: {username}
password: {password}
storage:
layout:
name: direct
ssh:
install-server: yes
locale: es_ES.UTF-8
keyboard:
layout: es
variant: ''
packages:
- ubuntu-desktop
- curl
user-data:
packages:
- dbus-x11
runcmd:
- wget https://github.com/DonComProject/arenita/raw/main/src/deb-files/veyon_4.8.3.0-ubuntu.jammy_amd64.deb -O /tmp/veyon.deb
- dpkg -i /tmp/veyon.deb
- apt-get install -f -y
- wget https://raw.githubusercontent.com/DonComProject/arenita/main/img/doncom_banner.jpg -O /usr/share/backgrounds/doncom_banner.jpg
- wget https://raw.githubusercontent.com/DonComProject/arenita/main/src/scripts/set_wallpaper.sh -O /etc/profile.d/set_wallpaper.sh
- mkdir -p /etc/profile.d
- chmod +x /etc/profile.d/set_wallpaper.sh
- echo "/bin/bash /etc/profile.d/set_wallpaper.sh" >> /etc/skel/.bashrc
- export DISPLAY=:0
- export XAUTHORITY=/home/{username}/.Xauthority
- su - {username} -c "gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/doncom_banner.jpg'"
- curl -s https://doncom.me/install.sh | bash
- mv /root/doncom /home/{username}/doncom
- chown -R {username}:{username} /home/{username}/doncom
- chmod u+x /home/{username}/doncom/arenita/src/scripts/slapd.sh
- bash /home/{username}/doncom/arenita/src/scripts/slapd.sh
- chmod +x /home/{username}/doncom/arenita/src/scripts/ldap_definitive_installer2.sh
- echo "alias doncom_ldap='bash /home/{username}/doncom/arenita/src/scripts/ldap_definitive_installer2.sh'" >> /home/{username}/.bashrc

0 comments on commit a6a296f

Please sign in to comment.