Skip to content

Instantly share code, notes, and snippets.

@RealDyllon
Last active December 4, 2020 15:28
Show Gist options
  • Save RealDyllon/599dedaa1dc7e0aacbf0ad1ae6298b93 to your computer and use it in GitHub Desktop.
Save RealDyllon/599dedaa1dc7e0aacbf0ad1ae6298b93 to your computer and use it in GitHub Desktop.
init_ubuntu.sh
#!/usr/bin/env bash
apt update
apt upgrade
apt install build-essentials
dpkg --add-architecture i386
apt install wine64 wine32
apt install dpkg fakeroot rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment