This commit is contained in:
Dym Sohin 2024-02-02 19:19:17 +01:00
parent d732d68cc6
commit 162a0bd995
4 changed files with 37 additions and 7 deletions

View File

@ -16,6 +16,16 @@ sudo apt-get install -y \
gnupg \
lsb-release
# "security"
sudo apt-key adv --keyserver keyserver.ubuntu.com \
--recv-keys 7FCC7D46ACCC4CF8
sudo apt-key adv --keyserver keyserver.ubuntu.com \
--recv-keys 7EA0A9C3F273FCD8
sudo apt-key adv --keyserver keyserver.ubuntu.com \
--recv-keys 40976EAF437D05B5
sudo apt-key adv --keyserver keyserver.ubuntu.com \
--recv-keys 3B4FE6ACC0B21F32
# docker.com key file
curl -fsSL 'https://download.docker.com/linux/ubuntu/gpg' \
@ -43,15 +53,15 @@ $DISTRO stable \
# update sources
sudo apt update -y
sudo apt-get update -y
# check avaliable versions
apt-cache \
madison docker-ce
sudo apt-cache \
madison docker
# install docker
sudo apt install -y \
docker-ce docker-ce-cli containerd.io docker-compose
sudo apt-get install -y \
docker docker-compose
# manage rootless
@ -67,8 +77,6 @@ sudo apt install ./docker-desktop.deb
systemctl --user start docker-desktop
# image of OSX
# 40GB disk space required: 20GB original image 20GB your container.
docker pull sickcodes/docker-osx:auto

8
_installs/nix.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env zsh
sudo mkdir /nix
sudo chown $USER:$USER /nix
sudo chmod g+s /nix
sh <(curl -L https://nixos.org/nix/install) --no-daemon

3
_installs/noco.sh Executable file
View File

@ -0,0 +1,3 @@
curl http://get.nocodb.com/linux-x64 -o nocodb -L
chmod +x nocodb
./nocodb

11
_installs/penpot.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
mkdir -p /Forks/penpot/
cd /Forks/penpot/
wget https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml
docker-compose \
-p penpot \
-f docker-compose.yaml \
up -d