9 lines
94 B
Bash
Executable File
9 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get update
|
|
sudo apt install -y \
|
|
devscripts \
|
|
equivs \
|
|
git \
|
|
bash
|