# Terminal / Konsole Commands - download & replace username. clear cd ~ unset a3user export a3user=USERNAMEHERE mkdir -p ~/.local/share/Steam/steamapps/compatdata/107410/pfx/drive_c/users/steamuser/AppData/Local cd ~/.local/share/Steam/steamapps/compatdata/107410/pfx/drive_c/users/steamuser/AppData/Local rm -rf "Arma 3 Launcher" rm -rf "Arma 3" rm -rf "Bohemia_Interactive" mkdir -p ~/.local/share/Steam/steamapps/compatdata/107410/pfx/drive_c/users/steamuser/Documents cd ~/.local/share/Steam/steamapps/compatdata/107410/pfx/drive_c/users/steamuser/Documents rm -rf "Arma 3 - Other Profiles" rm -rf "Arma 3" mkdir -p "Arma 3 - Other Profiles" mkdir -p "Arma 3" cd "Arma 3 - Other Profiles" wget "https://cdn.mcdazed.com/Arma/LinuxProfile/CLIENT.html" mkdir -p "${a3user}" cd "${a3user}" wget "https://cdn.mcdazed.com/Arma/LinuxProfile/LinuxProfile.3den.Arma3Profile" wget "https://cdn.mcdazed.com/Arma/LinuxProfile/LinuxProfile.Arma3Profile" wget "https://cdn.mcdazed.com/Arma/LinuxProfile/LinuxProfile.vars.Arma3Profile" mv LinuxProfile.3den.Arma3Profile ${a3user}.3den.Arma3Profile mv LinuxProfile.Arma3Profile ${a3user}.Arma3Profile mv LinuxProfile.vars.Arma3Profile ${a3user}.vars.Arma3Profile cd ~/.local/share/Steam/steamapps/compatdata/107410/pfx/drive_c/users/steamuser/Documents cd "Arma 3" wget "https://cdn.mcdazed.com/Arma/LinuxProfile/Arma3.cfg" cd ~/Desktop rm -rf "linuxLaunchOptions.txt" wget "https://cdn.mcdazed.com/Arma/LinuxProfile/linuxLaunchOptions.txt" sed -i "s/USERNAMEHERE/$a3user/g" linuxLaunchOptions.txt cd ~