mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
10 lines
163 B
Text
10 lines
163 B
Text
|
#!/bin/bash
|
||
|
|
||
|
codename=$1
|
||
|
package=$2
|
||
|
version=$3
|
||
|
|
||
|
sudo apt-get update > /dev/null 1>&1
|
||
|
apt-get -q --download-only --only-source \
|
||
|
source ${package}=${version}
|