Skip to content

Commit

Permalink
Add todo file with information for other potential scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Jan 23, 2023
1 parent 39a93ba commit 7e4318b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
=====================================
pdftk
=====================================
wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pdftk-java/pdftk-java_3.0.2-2_all.deb
apt install ./pdftk-java_3.0.2-2_all.deb
=====================================
=====================================

=====================================
awscli
=====================================
apt-get install awscli
=====================================
=====================================

=====================================
docker
=====================================
apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
apt-key fingerprint 0EBFCD88
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io
=====================================
=====================================

0 comments on commit 7e4318b

Please sign in to comment.