This commit is contained in:
Yuri Zamyatin 2025-04-01 00:00:37 +00:00
parent e9f27213c1
commit cf66847051
6 changed files with 0 additions and 17 deletions

0
arch-user/config/bemenu/env.sh.tmpl Normal file → Executable file
View File

0
arch-user/config/qutebrowser/env.sh.tmpl Normal file → Executable file
View File

View File

@ -1,17 +0,0 @@
#!/bin/bash
set -e
# packages
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update && sudo apt upgrade -y
sudo apt install gnupg docker-ce
# keys
curl https://yrz.am/gpg | gpg --import
# files
mkdir -p ~/app
touch ~/app/docker-compose.yaml