This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/software_dev_installation.sh
2021-02-28 10:18:08 +01:00

8 lines
102 B
Bash

#!/bin/bash
source ./default/update.sh
source ./software_dev/install.sh
update
software_dev_install