Skip to content

Instantly share code, notes, and snippets.

View frankgx97's full-sized avatar
๐ŸŸ
Fish-touching

Frank frankgx97

๐ŸŸ
Fish-touching
View GitHub Profile
@frankgx97
frankgx97 / docker-debian.sh
Last active June 18, 2019 08:21
docker-init
#!/bin/bash
apt update
apt install apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
========Iteration: 0 ========
[-2, -1, -4, 0, -1, 1, 2, -3, 1]
^
Stack: [-2]
max: 4
========Iteration: 1 ========
[-2, -1, -4, 0, -1, 1, 2, -3, 1]
^
Stack: [-2, -1]
max: 4