Compare commits

..

No commits in common. "9898475746da4fa36c840c973b74723ed3dbe530" and "b3af44668aea144346f99f3b3b0af65275d76277" have entirely different histories.

5 changed files with 7 additions and 20 deletions

View File

@ -6,8 +6,8 @@ Installify is a Bash shell script to download new software and applications.
* Bootstrap Studio * Bootstrap Studio
* Chromium (TO-DO) * Chromium (TO-DO)
* Defold (TO-DO) * Defold (TO-DO)
* Discord * Discord (TO-DO)
* Docker * Docker (TO-DO)
* Firefox * Firefox
* Gcc * Gcc
* Git * Git
@ -77,6 +77,6 @@ Install all files with Oh-My-Zsh:
$ sudo ./install.sh -az $ sudo ./install.sh -az
``` ```
# TO-DO ## TO-DO
Name change BashInstaller -> Installify Name change BashInstaller -> Installify
See applications and software tab See applications and software tab

View File

@ -1,2 +0,0 @@
sudo -u $SUDO_USER wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
sudo dpkg -i discord.deb

View File

@ -1,15 +0,0 @@
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
lsb-release -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo \
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose -y

View File

@ -0,0 +1,3 @@
wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
sudo dpkg -i discord.deb
echo "y" | sudo apt install -f

1
src/applicationsTODO/Docker.sh Executable file
View File

@ -0,0 +1 @@
apt-get update