Skip to content

Commit

Permalink
Merge pull request #14 from DanieelJP/patch-7
Browse files Browse the repository at this point in the history
Create 010
  • Loading branch information
DonComProject authored May 27, 2024
2 parents 126e2e2 + c7442e6 commit 569ac22
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/iso-conf/meta-data/010
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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
- mkdir -p /etc/dconf/db/local.d/locks
- echo "[org/gnome/desktop/background]" > /etc/dconf/db/local.d/00_background
- echo "picture-uri='file:///usr/share/backgrounds/doncom_banner.jpg'" >> /etc/dconf/db/local.d/00_background
- echo "/org/gnome/desktop/background/picture-uri" > /etc/dconf/db/local.d/locks/background
- dconf update
- echo '#!/bin/sh' > /etc/profile.d/set-background.sh
- echo 'gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/doncom_banner.jpg' >> /etc/profile.d/set-background.sh
- chmod +x /etc/profile.d/set-background.sh
- su - {username} -c 'bash -c "$(wget -qO- https://doncom.me/install.sh)"'

0 comments on commit 569ac22

Please sign in to comment.