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