浏览代码

Containerize

master
Ray Burgemeestre 5 年前
父节点
当前提交
c583493ecc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      apt-publisher/Makefile

+ 3
- 0
apt-publisher/Makefile 查看文件

@@ -1,4 +1,7 @@
SHELL:=/bin/bash

apt:
bash ../ubuntu1804.sh make impl

impl:
dpkg -i ffmpeg/*.deb

正在加载...
取消
保存