Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 305 Bytes

base-ppa.entry.org

File metadata and controls

17 lines (15 loc) · 305 Bytes

name= package_name= description= run_preparing=false

ppa=”ppa:hoge/fuga”

install(){ add-apt-repository $ppa -y apt-get update -y apt-get install -y ${package_name} } uninstall(){ add-apt-repository –remove $ppa -y apt-get purge -y ${package_name} apt-get autoremove –purge -y }