11 lines
154 B
Bash
Executable File
11 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
###########################
|
|
### Repos configuration
|
|
|
|
echo
|
|
echo " => Repos configuration"
|
|
echo
|
|
|
|
cp config/sources.list /etc/apt/sources.list
|