Created
May 7, 2024 00:32
-
-
Save VIRUXE/f4b0568e4636edc98fb4e9dfbca3cbae to your computer and use it in GitHub Desktop.
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
| dpkg --add-architecture i386 | |
| apt update | |
| https://stackoverflow.com/questions/61590804/how-to-install-gcc-9-on-debianlatest-docker | |
| apt-get install libuuid1:i386 | |
| apt-get install libstdc++6:i386 | |
| uuid-dev:i386 | |
| git p7zip-full curl golang lib32stdc++6 gnupg | |
| wget https://dev.mysql.com/get/mysql-apt-config_0.8.17-1_all.deb | |
| dpkg -i mysql-apt-config_0.8.17-1_all.deb | |
| sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin | |
| curl https://raw.githubusercontent.com/Southclaws/sampctl/master/install-deb.sh | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment