mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
Restructure packages
This commit is contained in:
@@ -231,7 +231,7 @@ run_as_root() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_pkg_set() {
|
install_pkg_set() {
|
||||||
local pkg_file=${BASEDIR}/${1}
|
local pkg_file=${BASEDIR}/packages/${1}
|
||||||
local pkg_list=""
|
local pkg_list=""
|
||||||
if [ ! -f "${pkg_file}" ] ; then
|
if [ ! -f "${pkg_file}" ] ; then
|
||||||
echo "Package set $(basename "${pkg_file}") does not exist." 1>&2
|
echo "Package set $(basename "${pkg_file}") does not exist." 1>&2
|
||||||
@@ -436,7 +436,7 @@ case $OPERATION in
|
|||||||
;;
|
;;
|
||||||
package*)
|
package*)
|
||||||
PKG_SET=${2:-minimal}
|
PKG_SET=${2:-minimal}
|
||||||
install_pkg_set "packages.${PKG_SET}"
|
install_pkg_set "${PKG_SET}"
|
||||||
;;
|
;;
|
||||||
test)
|
test)
|
||||||
# Do nothing, just sourcing
|
# Do nothing, just sourcing
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
gcc-multilib
|
|
||||||
g++-multilib
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
ipython
|
|
||||||
keystone-engine
|
|
||||||
unicorn
|
|
||||||
capstone
|
|
||||||
ropper
|
|
||||||
Reference in New Issue
Block a user