sh_linux_installation_scripts/software_dev_installation.sh

8 lines
102 B
Bash
Raw Normal View History

2021-02-28 09:43:12 +01:00
#!/bin/bash
2021-02-28 10:18:08 +01:00
source ./default/update.sh
2021-02-28 09:43:12 +01:00
source ./software_dev/install.sh
2021-02-28 10:18:08 +01:00
update
2021-02-28 09:43:12 +01:00
software_dev_install