wip
This commit is contained in:
parent
e9f27213c1
commit
cf66847051
0
arch-user/config/bemenu/env.sh.tmpl
Normal file → Executable file
0
arch-user/config/bemenu/env.sh.tmpl
Normal file → Executable file
0
arch-user/config/qutebrowser/env.sh.tmpl
Normal file → Executable file
0
arch-user/config/qutebrowser/env.sh.tmpl
Normal file → Executable 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
|
Loading…
Reference in New Issue
Block a user