This method is safer but requires more expertise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install Docker-CE | |
sudo apt update -y | |
sudo apt install docker-compose -y | |
# Add User to Group | |
sudo groupadd docker | |
sudo gpasswd -a $USER docker | |
newgrp docker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Office 2016 client configuration file sample. To be used for Office 2016 ProPlus apps, | |
Office 2016 Business apps, Project Pro for Office 2016 and Visio Pro for Office 2016. | |
For detailed information regarding configuration options visit: http://aka.ms/ODT. | |
To use the configuration file be sure to remove the comments | |
The following sample allows you to download and install the 64 bit version of the Office 2016 ProPlus apps | |
and Visio Pro for Office 2016 directly from the Office CDN using the Monthly Channel | |
settings --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<packages> | |
<!-- <package id="apackage" /> | |
<package id="anotherPackage" version="1.1" /> | |
<package id="chocolateytestpackage" version="0.1" source="somelocation" /> | |
<package id="alloptions" version="0.1.1" source="https://somewhere/api/v2/" installArguments="" packageParameters="" forceX86="false" allowMultipleVersions="false" ignoreDependencies="false" /> --> | |
<!-- Core --> | |
<package id="chocolatey" /> | |
<package id="chocolatey-core.extension" /> | |
<package id="chocolatey-windowsupdate.extension" /> |
NewerOlder