fix: move /usr/etc and remove repo files

This PR fixes #10
This commit is contained in:
lili 2023-06-29 18:13:28 -03:00
parent bbf636f1cf
commit 9a6a306110
No known key found for this signature in database
8 changed files with 1 additions and 43 deletions

View file

@ -5,7 +5,6 @@ RUN dnf update -y && dnf install --disablerepo='*' --enablerepo='fedora,updates'
RUN mkdir -p /tmp/ublue-os/files/{etc,usr} && mkdir /tmp/ublue-os/rpms
COPY usr /tmp/ublue-os/files/usr
COPY etc /tmp/ublue-os/files/etc
ADD fetch.sh /tmp/fetch.sh
RUN chmod +x /tmp/fetch.sh && \

View file

@ -1,13 +0,0 @@
[hashicorp]
name=Hashicorp Stable - $basearch
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/stable
enabled=1
gpgcheck=1
gpgkey=https://rpm.releases.hashicorp.com/gpg
[hashicorp-test]
name=Hashicorp Test - $basearch
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/test
enabled=0
gpgcheck=1
gpgkey=https://rpm.releases.hashicorp.com/gpg

View file

@ -1,8 +0,0 @@
[tailscale-stable]
name=Tailscale stable
baseurl=https://pkgs.tailscale.com/stable/fedora/$basearch
enabled=1
type=rpm
repo_gpgcheck=0
gpgcheck=0
gpgkey=https://pkgs.tailscale.com/stable/fedora/repo.gpg

View file

@ -1,11 +0,0 @@
[terra]
name=Terra $releasever
baseurl=https://repos.fyralabs.com/terra$releasever
type=rpm
skip_if_unavailable=True
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc
enabled=1
enabled_metadata=1
metadata_expire=4h

View file

@ -1,6 +0,0 @@
[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=0
gpgkey=https://packages.microsoft.com/keys/microsoft.asc

View file

@ -20,7 +20,4 @@ mv "/tmp/inter/Inter Desktop/" "$FILES_ROOT/usr/share/fonts"
wget -O /tmp/ubuntu.zip 'https://assets.ubuntu.com/v1/0cef8205-ubuntu-font-family-0.83.zip'
unzip /tmp/ubuntu.zip -d "/tmp/ubuntu"
rm -rf /tmp/ubuntu/__MACOSX
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"
# git clone --depth 1 'https://github.com/ryanoasis/nerd-fonts' /tmp/nerdfonts
# mv /tmp/nerdfonts/patched-fonts/* "$FILES_ROOT/usr/share/fonts"
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"