1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
jackett_ynh/scripts/_common.sh

23 lines
615 B
Bash
Raw Normal View History

2021-05-21 14:24:10 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-05-21 15:14:47 +02:00
architecture=$(dpkg --print-architecture)
if [ $architecture = "amd64" ]; then
architecture="x64"
fi
2021-05-21 14:24:10 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================