Remove unused file
This commit is contained in:
parent
c9f1629af2
commit
ffba6728b6
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# From https://git.sr.ht/~xaffe/card-librarian
|
||||
# Under GPL v3
|
||||
|
||||
# Enable bash strict mode
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
sudo mount -t tmpfs -o size=4G /dev/null /dev/shm
|
||||
sleep 2
|
||||
sudo nohup dockerd </dev/null >/dev/null 2>&1 &
|
||||
sudo usermod -aG docker $(whoami)
|
Reference in a new issue