Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort out applications dependent on .deb packages #61

Open
frgomes opened this issue May 10, 2021 · 0 comments
Open

Sort out applications dependent on .deb packages #61

frgomes opened this issue May 10, 2021 · 0 comments

Comments

@frgomes
Copy link
Owner

frgomes commented May 10, 2021

These are applicaitons which depend on .deb packages:

$ rg [.]deb

sysadmin-install/install-openfire.sh
7:  sudo dpkg -i "${DOWNLOADS}"/openfire_4.3.1_all.deb 

sysadmin-install/install-slack.sh
6:  local file=slack-desktop-${version}-${arch}.deb

sysadmin-install/install-mozilla-sops.sh
5:  local file=sops_${SOPS_VERSION}_amd64.deb

sysadmin-install/install-keybase.sh
4:  local file=keybase_amd64.deb

sysadmin-install/install-printer-dcp9020cdw.sh
19:  download http://download.brother.com/welcome/dlf100441/dcp9020cdwlpr-1.1.2-1.i386.deb
20:  download http://download.brother.com/welcome/dlf100443/dcp9020cdwcupswrapper-1.1.4-0.i386.deb
21:  download http://download.brother.com/welcome/dlf006645/brscan4-0.4.4-4.amd64.deb
22:  download http://download.brother.com/welcome/dlf006652/brscan-skey-0.2.4-1.amd64.deb
23:  download http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb
25:  if [ -f "${DOWNLOADS}"/dcp9020cdwlpr-1.1.2-1.i386.deb -a \
26:       -f "${DOWNLOADS}"/dcp9020cdwcupswrapper-1.1.4-0.i386.deb -a \
27:       -f "${DOWNLOADS}"/brscan4-0.4.4-4.amd64.deb -a \
28:       -f "${DOWNLOADS}"/brscan-skey-0.2.4-1.amd64.deb -a \
29:       -f "${DOWNLOADS}"/brother-udev-rule-type1-1.0.2-0.all.deb ] ;then \
33:          "${DOWNLOADS}"/dcp9020cdwlpr-1.1.2-1.i386.deb \
34:          "${DOWNLOADS}"/dcp9020cdwcupswrapper-1.1.4-0.i386.deb \
35:          "${DOWNLOADS}"/brscan4-0.4.4-4.amd64.deb \
36:          "${DOWNLOADS}"/brscan-skey-0.2.4-1.amd64.deb \
37:          "${DOWNLOADS}"/brother-udev-rule-type1-1.0.2-0.all.deb \

sysadmin-install/install-remarkable.sh
13:  download https://remarkableapp.github.io/files/remarkable_${REMARKABLE_VERSION}.deb
17:  sudo dpkg -i "${DOWNLOADS}"/remarkable_${REMARKABLE_VERSION}.deb

sysadmin-install/install-discord.sh
7:  local file=discord-${version}.deb

sysadmin-install/install-zoom.sh
4:  local file=zoom_amd64.deb

sysadmin-install/install-skype.sh
4:  local file=skypeforlinux-64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant