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/sh | |
| sudo dpkg --add-architecture i386 | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| sudo apt-get install lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 htop p7zip tmux |
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
| # This isn't meant to be ran as a script, but line-by-line | |
| # Props to Binary (benary.org) for helping me with this | |
| # 0: Create a Scaleway instance and SSH into it | |
| ssh root@... | |
| # 1: Install Nix | |
| adduser user # set a password, doesn't matter what because it's not staying long | |
| adduser user sudo | |
| su -l user |
NewerOlder