Skip to content

Commit

Permalink
Create 016
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrl39 authored May 31, 2024
1 parent 0c9a729 commit 73beaa3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/iso-conf/meta-data/016
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#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/im_your_ldap.server.sh
- sh /home/{username}/doncom/arenita/src/scripts/im_your_ldap.server.sh

0 comments on commit 73beaa3

Please sign in to comment.