Last active
December 4, 2020 15:28
-
-
Save RealDyllon/599dedaa1dc7e0aacbf0ad1ae6298b93 to your computer and use it in GitHub Desktop.
init_ubuntu.sh
This file contains 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
#!/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